blob: 9dbc29f75445d29cb14a94674c284753d9f5cd33 [file] [log] [blame]
class A {
A IMPL = new A() {
void f(boolean b) {
bar();
}
};
}