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