Files

8 lines
101 B
Kotlin
Vendored

// FIR_IDENTICAL
object O
fun Any.foo() = 42
val Any?.bar: Int get() = 239
val x = O.foo() + O.bar