4 lines
51 B
Kotlin
Vendored
4 lines
51 B
Kotlin
Vendored
fun foo() {
|
|
var i: Long = 1
|
|
if (p) i = 10
|
|
} |