// "Create extension property 'Unit.foo'" "true" // WITH_RUNTIME private val Unit.foo: Int get() { TODO("Not yet implemented") } fun test() { val a: Int = Unit.foo }