blob: eb649ee625e17783d1a03ec12b29929014ee5908 [file] [log] [blame]
package test0406;
import test0406_a.A;
class Test {
void test() {
A a = new A();
a.foo("");
}
}