blob: 1590aa542843eb8d4806597864b350997f637607 [file] [log] [blame]
class Test {
{
Runnable x = () -> {
int hello = 9;
System.out.println(hello);
++hello;
System.out.println(he<caret>llo);
};
}
}