blob: 61bb09eaa82c6c310997a88c4a747b48416d032a [file] [log] [blame]
public class CompletionClassLiteralAfterAnonymousType1 {
public class X {
void foo() {
new X() {
void bar() {
new Object() {
};
double.
}
};
}
}
}