blob: ae8f34f889279fc07e8935ef8f9005eef8d066e9 [file] [log] [blame]
class C {
void foo() {
Object o1 = new Object() {};
Object o2 = new Object();
}
}