blob: 7a28c08104fb736fd22a1e0bd6179a7007d09f86 [file] [log] [blame]
public class A {
A foo() {
return new A() {};
}
}