blob: 474d968e2c8e048d20d6594781a04af2241dbf80 [file] [log] [blame]
public class CompletionStaticMethodDeclaration6 {
void bar() {
new TypeWithAMethodAndAStaticMethod() {
foo
};
}
}