mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-23 00:42:21 +07:00
454edfca70
GitOrigin-RevId: 131d9adc783927a143393a59f98efe2afb414c68
6 lines
197 B
Java
6 lines
197 B
Java
class A<<warning descr="Type parameter 'T' is never used">T</warning> extends B.C>
|
|
{
|
|
interface C {}
|
|
}
|
|
|
|
class B extends A<<warning descr="C is not accessible in current context">B.C</warning>>{} |