// "Replace with expression lambda" "true" class Test { { Runnable c = () -> {{System.out.println();}}; } }