7 lines
88 B
Kotlin
Vendored
7 lines
88 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo() {
|
|
when (1) {
|
|
else -> foo()<caret>
|
|
}
|
|
} |