Files
kotlin-fork/compiler/testData/codegen/bytecodeText/notNullAssertions/noTemporaryVariableInNullCheckOnExpression.kt

11 lines
107 B
Kotlin
Vendored

// FULL_JDK
fun use(a: Any) {}
fun test() {
use(System.getProperty("abc"))
}
// 1 ALOAD
// 0 ASTORE