81f3a98f49
Relates to #KT-17310
4 lines
91 B
Kotlin
Vendored
4 lines
91 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
fun foo(bar: Int, min: Int, max: Int) {
|
|
min < bar && bar < max<caret>
|
|
} |