[FIR] Fix false positive case of CANNOT_CHECK_FOR_ERASED
Restore CANNOT_CHECK_FOR_ERASED as error
This commit is contained in:
committed by
teamcityserver
parent
850d76f6bf
commit
f05436b939
@@ -0,0 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
open class Base
|
||||
class Derived<E : CharSequence> : Base()
|
||||
fun f(entry: Base) = entry is Derived<out CharSequence>
|
||||
Reference in New Issue
Block a user