blob: 5cbb7db4d3aa99e0dd77445d1007ce7487f1850f [file] [log] [blame]
class Test {
void foo(int iparam) {
System.out.println(iparam);
}
void bar(){foo();}
}