blob: e0e758280a05f99f302f07327896782218240614 [file] [log] [blame]
class Test {
void method() {
System.out.println("Here");
}
}