blob: 2530d0feeaaf841cc136fb1bfcefc31ecfe7654a [file] [log] [blame]
interface SAM {
void bar(int i);
}
class Test {
{
SAM sam = (i) -> {};
}
}