// "Create extension property 'Unit.foo'" "true" // WITH_RUNTIME private val Unit.foo: Int get() { TODO("not implemented") //To change body of created functions use File | Settings | File Templates. } fun test() { val a: Int = Unit.foo }