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