mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 0b3ff17ed8d439ff99ce1e2294a6fac2dcb83770
5 lines
160 B
Java
5 lines
160 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;
|
|
}
|
|
} |