blob: b21c771386060c1c4a62633080f6ac269918c370 [file] [log] [blame]
class A {
void m1() {
System.err.println("hello");
0 // syntax error
System.err.println("world");
}
void m2() {
}
}