JavaPatternMatching/test/bytecode/Matrix_lambda2.jav
2015-09-28 16:35:01 +02:00

4 lines
44 B
Java

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