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