Files

5 lines
116 B
Java

class Foo {
void test() {
Runnable java = () -> System.out.println(<selection>""</selection>);
}
}