blob: f37774fbfd72539d9735c1f41e5e1f95a805ce04 [file] [log] [blame]
class Test {
{
Runnable x = () -> {
String hello = new String("hello");
System.out.println(<caret>hello);
};
}
}