blob: 0d3bbc943d925f4216a511dcd44f17b733f813ac [file] [log] [blame]
import foo.*;
import foo.Class1.Inner2;
class Class2 {
public static void main(String[] args) {
new Inner2<Class1.Inner1>();
}
}