blob: 1afc37cee250792f52a4d6b2843823ff7a74bf3e [file] [log] [blame]
public class A {
class Inner {
}
void make() {
new A(){}.new Inner(){/*x*/};
}
}