FIR: report SUPERTYPE_NOT_A_CLASS_OR_INTERFACE on type parameters
This commit is contained in:
-1
@@ -1 +0,0 @@
|
||||
class A<T> : <!OTHER_ERROR!>T<!> {}
|
||||
@@ -1 +1,2 @@
|
||||
// FIR_IDENTICAL
|
||||
class A<T> : <!SUPERTYPE_NOT_A_CLASS_OR_INTERFACE!>T<!> {}
|
||||
Reference in New Issue
Block a user