8 lines
107 B
Kotlin
Vendored
8 lines
107 B
Kotlin
Vendored
fun foo() {
|
|
when (a) {
|
|
-> {
|
|
println("1")
|
|
println("2")
|
|
}
|
|
}
|
|
} |