mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-30 18:20:52 +07:00
8 lines
215 B
Java
8 lines
215 B
Java
interface A
|
|
{
|
|
interface B { }
|
|
}
|
|
|
|
interface C extends A, D<<warning descr="B is not accessible in current context">C.B</warning>> {}
|
|
|
|
interface D<<warning descr="Type parameter 'T' is never used">T</warning>> {} |