blob: 504b6ae18501d35bca391c78f92ab1d41822bfe6 [file] [log] [blame]
package test0595;
import test0595a.A.*;
public class X {
public Object foo() {
return new B();
}
}