blob: 3cfbde741134941ba531a5ed27a05761dcf4303c [file] [log] [blame]
//package test0330;
//
//public class Test {
// public foo() {
// return 0;
// }
//}
//
//class A {
// void bar() {
// new Test().foo();
// }
//}