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