Files
2021-01-11 12:01:48 +03:00

3 lines
69 B
Kotlin
Vendored

// FIR_IDENTICAL
fun test(x: Any?, y: Double) =
x is Int && x < y