5 lines
63 B
Plaintext
Vendored
5 lines
63 B
Plaintext
Vendored
fun foo() {
|
|
when (1) {
|
|
else -> foo()<caret>
|
|
}
|
|
} |