blob: aeb9cccb479d1cbfdb548d93011620271e536ca8 [file] [log] [blame]
// "Replace with expression lambda" "true"
class Test {
{
Runnable c = () -> <caret>{System.out.println();};
}
}