JavaTXCompilerInJavaTX/test/bytecode/Matrix_lambda2.jav

4 lines
45 B
Plaintext
Raw Normal View History

2015-09-24 13:26:34 +00:00
class Matrix2 {
2015-09-24 13:26:34 +00:00
op = (f) -> f.apply(2);
2015-09-28 14:35:01 +00:00
}