6 lines
91 B
Kotlin
Vendored
6 lines
91 B
Kotlin
Vendored
fun a() {
|
|
when (1) {
|
|
is 3 -> 1
|
|
is 4 -> <selection>1</selection>
|
|
}
|
|
} |