blob: 830f125a72755747cfa12bebb35ca81f9b325518 [file] [log] [blame]
class Test {
void method() {
new a<T>() {
void a() {}
};
}
}