KT-614 Emit a warning when non-null type is checked for instance of nullable type
#KT-614 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
fun f(a: Collection<*>) = a is List<*><!USELESS_NULLABLE_CHECK!>?<!>
|
||||
Reference in New Issue
Block a user