testdata for IDEA-67518

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