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