5 lines
56 B
Kotlin
Vendored
5 lines
56 B
Kotlin
Vendored
fun foo(p: Int) {
|
|
<caret>if (p !in 1..10) {
|
|
|
|
}
|
|
} |