blob: 4639ef575274ba86285f8601c5ae7b5443fc3bac [file] [log] [blame]
class Test2 {
static void bar(Runnable r){}
{
bar((<caret>) -> {});
}
}