Files
kotlin-fork/backend.native/tests/external/codegen/box/elvis/nullNullOk.kt
T
2017-03-13 15:31:46 +03:00

1 line
32 B
Kotlin

fun box() = null ?: null ?: "OK"