7 lines
82 B
Plaintext
Vendored
7 lines
82 B
Plaintext
Vendored
fun a() {
|
|
val i = 1
|
|
when (i) {
|
|
is 3 -> i
|
|
is 4 -> i
|
|
}
|
|
} |