3 lines
54 B
Kotlin
Vendored
3 lines
54 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun <T: Any> testing(a: T?) = a is T
|