// ERROR: Property must be initialized class Owner { var p: Int get() { return 1 } }