JavaTXCompilerInJavaTX/test/bytecode/Matrix_lambda2.jav

4 lines
52 B
Java

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