mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-01 21:20:54 +07:00
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;
|
|
}
|
|
} |