blob: b86f1ed8a4980550d75e8d5939e8fc427c7ce338 [file] [log] [blame]
class Test {
static void foo() {
System.out.println("");
}
static void bar(){
foo();
}
}