Files
kotlin-fork/compiler/testData/ir/sourceRanges/elvis.kt
T
2023-10-13 15:42:57 +00:00

6 lines
68 B
Kotlin
Vendored

fun intN(): Int? = null
fun test() = intN() ?: 1
// FIR_IDENTICAL