FIR: report SUPERTYPE_NOT_A_CLASS_OR_INTERFACE on type parameters

This commit is contained in:
Mikhail Glukhikh
2021-02-16 15:28:15 +03:00
parent e67eb0c123
commit 3e9ff3ecda
10 changed files with 25 additions and 13 deletions
@@ -1 +0,0 @@
class A<T> : <!OTHER_ERROR!>T<!> {}
@@ -1 +1,2 @@
// FIR_IDENTICAL
class A<T> : <!SUPERTYPE_NOT_A_CLASS_OR_INTERFACE!>T<!> {}