Files
kotlin-fork/compiler/testData/codegen/bytecodeText/intConstantNullableSafeCall.kt
T
2021-09-29 19:14:32 +03:00

6 lines
58 B
Kotlin
Vendored

val a : Int? = 10
fun foo() = a?.toString()
// 1 IFNULL