mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 20:33:31 +07:00
GitOrigin-RevId: 131d9adc783927a143393a59f98efe2afb414c68
3 lines
169 B
Java
3 lines
169 B
Java
class A<<warning descr="Type parameter 'T' is never used">T</warning>> {
|
|
class B extends A<<warning descr="B is not accessible in current context">B.B</warning>>{}
|
|
} |