blob: b32538526fb620175d66ec21c4d61cfeefdf56ab [file] [log] [blame]
package test0005;
public class Test {
void foo() {
X<String>.Y<Ob
}
}
class X<T> {
public class Y<U> {
}
}