3 lines
77 B
Plaintext
Vendored
3 lines
77 B
Plaintext
Vendored
fun foo(bar: Int, min: Int, max: Int) {
|
|
min <= bar && bar <= max<caret>
|
|
} |