blob: d076f1132d204aa0a3cf1894e6f18cdd8c3a0500 [file] [log] [blame]
class Test implements I {
void foo() {
System.out.println("");
}
}