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