blob: b28339fca623857bf3d26f77f4f624f9f067dad0 [file] [log] [blame]
interface SAM {
void <caret>foo();
}
class Test {
{
SAM sam = () -> {};
}
}