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