mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
testdata for IDEA-57482
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
class C<T>{
|
||||
static class D{
|
||||
class E{
|
||||
<error descr="'C.this' cannot be referenced from a static context">T</error> x;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class T{}
|
||||
Reference in New Issue
Block a user