Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowFromOutAtClass.kt
T
Dmitry Neverov cd24adac32 Detect redundant 'is' check
#KT-14187 Fixed
2017-05-15 11:24:35 +03:00

2 lines
63 B
Kotlin
Vendored

fun f(a: List<Number>) = <!USELESS_IS_CHECK!>a is List<Any><!>