blob: 1905f6ac7982795b14d69bff393b0b7714c9a850 [file] [log] [blame]
class Foo {
void test() {
Runnable java = () -> System.out.println(<selection>""</selection>);
}
}