mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 10:22:24 +07:00
GitOrigin-RevId: 0b3ff17ed8d439ff99ce1e2294a6fac2dcb83770
6 lines
161 B
Java
6 lines
161 B
Java
class A<T> {
|
|
class B<S> {
|
|
<error descr="Improperly formed type: 'B' needs type arguments because its qualifier has type arguments">A<T>.B</error> x;
|
|
}
|
|
}
|