13ae4abe52
Related to KT-61983
6 lines
68 B
Kotlin
Vendored
6 lines
68 B
Kotlin
Vendored
fun intN(): Int? = null
|
|
|
|
fun test() = intN() ?: 1
|
|
|
|
// FIR_IDENTICAL
|