3 lines
71 B
Kotlin
Vendored
3 lines
71 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun <T> testing(a: T) = <!USELESS_IS_CHECK!>a is T<!>
|