mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
non-static members access from implicitly static context fixed (IDEA-108285)
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Test<T> {
|
||||
interface NestedInterface<U extends <error descr="'Test.this' cannot be referenced from a static context">T</error>> {
|
||||
<V extends <error descr="'Test.this' cannot be referenced from a static context">T</error>> void foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user