// "Create extension property 'foo'" "true" // ERROR: Property must be initialized val Unit.foo: Int fun test() { val a: Int = Unit.foo }