JavaCompilerCore/test/bytecode/Matrix_lambda2.jav

4 lines
52 B
Plaintext
Raw Permalink Normal View History

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