mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-10 00:21:35 +00:00
5 lines
99 B
Kotlin
Vendored
5 lines
99 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
val String?.ok: String
|
|
get() = "OK"
|
|
|
|
fun box() = (null::ok).get() |