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