blob: e98107784592ba8737f030b40ee97a947be6ba49 [file] [log] [blame]
class Test {
public void foo() {
Runnable r = () -> {n<caret>};
}
}