blob: 2f1c097726d0cc0122938ecf4c88a7d96dd8aa72 [file] [log] [blame]
interface SAM {
void fo<caret>o(int i);
}
class Test {
{
SAM sam = (i) -> {};
}
}