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

2 lines
54 B
Kotlin
Vendored

fun <T> testing(a: T) = <!USELESS_IS_CHECK!>a is T<!>