testdata for IDEA-57482

This commit is contained in:
anna
2013-05-02 14:53:02 +02:00
parent 1e4fcaaabd
commit abfb8f08d9
2 changed files with 10 additions and 0 deletions
@@ -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{}