testdata for IDEA-57252

This commit is contained in:
anna
2013-10-10 18:39:57 +02:00
parent 82b6b165d6
commit 46e9f4beca
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,3 @@
class A<T> {
class B extends A<<error descr="B is not accessible in current context">B.B</error>>{}
}