blob: f8262bcd9ce19906460b305bc8088ef389a75762 [file] [log] [blame]
class E {
A f () {
return new A(){};
}
}