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