3 lines
68 B
Kotlin
Vendored
3 lines
68 B
Kotlin
Vendored
fun foo(bar: Int, min: Int, max: Int) {
|
|
bar in min..max<caret>
|
|
} |