5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
fun a() {
|
|
when (1) {
|
|
is 1 -> <selection>2</selection>
|
|
}
|
|
} |