82f75c707e
#KT-33880 Fixed
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> |