JavaCompilerCore/test/bytecode/Matrix_lambda2.jav

4 lines
45 B
Plaintext
Raw Normal View History

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