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