testdata for IDEA-57265

This commit is contained in:
anna
2013-05-02 16:19:02 +02:00
parent 70f0719667
commit 5fbca7ccc4
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
class A<T> {
class B<S> {
<error descr="Improper formed type; some type parameters are missing">A<T>.B</error> x;
}
}