blob: 9877661b22130ce5f62e7cc06e0c07fd57b3ec0e [file] [log] [blame]
package pack1;
public class A {
public static void foo() {
new B(){};
}
}