import kotlin.properties.ReadOnlyProperty // "Create property 'foo'" "true" // ERROR: Property must be initialized val foo: ReadOnlyProperty fun test() { val x: Int by foo }