blob: 13bc3f6a6d8d43126914f7a3658b456ce37327cf [file] [log] [blame]
package d1;
/* Test case for bug 24934 Move top level doesn't optimize the imports[refactoring] */
import d2.Y;
import d2.Z;
public class X {
public class Inner {
Y y;
}
Z z;
}