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