blob: ff3f02ccdf4b772001d44932da22f5e882848cfb [file] [log] [blame]
class X {
void m() {
System.out.println("\101\u0042\103");
}
}