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