Files
kotlin-fork/j2k/testData/fileOrElement/localVariable/unboxing.kt
T

4 lines
53 B
Kotlin
Vendored

fun foo() {
var i: Int? = 1
if (p) i = null
}