blob: 06a2f69388da6bbcfc7558bb9f0d7591e02114bf [file] [log] [blame]
package test0022;
public class Test {
X var;
void foo(Y t, A<Y> a, A<Y>.B b, A<Y>.C<Y> c, A<Y>.B.D<Y> d) {
var.add(t,a,b,c,d);
}
}