blob: b91fd01e2dccccef033232fbb5b143233f754ca8 [file] [log] [blame]
interface <caret>FunctionalExpressions {
void foo();
}
class Test {
{
FunctionalExpressions fe = () -> {};
}
}