7 lines
87 B
Kotlin
Vendored
7 lines
87 B
Kotlin
Vendored
fun foo() {
|
|
when (1) {
|
|
else -> {
|
|
foo()<caret>
|
|
}
|
|
}
|
|
} |