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