blob: e488f4d0e36741827a43e86c095a65a4197a3fd9 [file] [log] [blame]
class Test {
void method() {
new a() { static <error> int i; };
}
}