blob: 950f3dbd84e41ab09f99f05c3270206a3b51e4e2 [file] [log] [blame]
class Test {
{
Runnable r = () <caret>-> {
System.out.println("");
};
}
}