JavaPatternMatching/test/bytecode/Matrix_lambda2.jav

4 lines
45 B
Java

class Matrix2 {
op = (f) -> f.apply(2);
}