blob: 8b1471b27c24697ded76dda342a7d29f3a2eab83 [file] [log] [blame]
class C<T>{
static class D{
class E{
<error descr="'C.this' cannot be referenced from a static context">T</error> x;
}
}
}
class T{}