4 lines
53 B
Kotlin
Vendored
4 lines
53 B
Kotlin
Vendored
fun foo() {
|
|
var i: Int? = 1
|
|
if (p) i = null
|
|
} |