blob: 6573e843522062ae945fea3c2f0b6a9a4e140b15 [file] [log] [blame]
package pack2
import pack1.Outer;
public class B {
public static void foo() {
Outer<ArrayList>.Inner<List> x;
}
}