7 lines
62 B
Plaintext
Vendored
7 lines
62 B
Plaintext
Vendored
var a: kotlin.Int
|
|
if (true) {
|
|
a = 100
|
|
} else {
|
|
a = 200
|
|
}
|