// "Safe delete constructor" "true" class Owner(val x: Int) { constructor(): this(42) }