illegal forward references in type parameter's declaration detection (< 1.7 IDEA-57260)

This commit is contained in:
anna
2013-05-08 15:09:27 +02:00
parent d3f31f402f
commit b37fec0b4c
3 changed files with 11 additions and 0 deletions
@@ -0,0 +1,2 @@
class A<T extends <error descr="Illegal forward reference">S</error>, S> {
}