3 lines
58 B
Kotlin
Vendored
3 lines
58 B
Kotlin
Vendored
fun foo(bar: Char) {
|
|
bar >= 'a' && 'z' >= bar<caret>
|
|
} |