blob: 3e0ae52c79c375ae426e02797219c8334ddc4e11 [file] [log] [blame]
package d4;
public class X {
Object foo() {
return new d4.Y.bar();
}
}