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