3 lines
69 B
Kotlin
Vendored
3 lines
69 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
fun test(x: Any?, y: Double) =
|
|
x is Int && x < y |