81f3a98f49
Relates to #KT-17310
3 lines
68 B
Kotlin
Vendored
3 lines
68 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
val N = 42
|
|
fun test(a: Int) = a >= 0 && a < N<caret> |