Files
kotlin-fork/compiler/testData/psi/IfWithPropery.kt
T
2013-09-17 18:10:00 +04:00

6 lines
87 B
Kotlin
Vendored

val a = if(1) {var f = a;a} else {null}
val a = if(1) {
var f = a;
a
} else {null}