Files
openide/plugins/stream-debugger/testData/dsl/java/lambdaWithCodeBlock.out
2017-09-05 13:17:41 +03:00

5 lines
40 B
Plaintext

y -> {
y.method1();
y.method2();
};