blob: 26c024317a1d0514c9041b5d6d695622e0de9af4 [file] [log] [blame]
interface I {
void run();
}
class Foo {
{
I i = ()<caret> -> {};
}
}