fun box(): String { (0.toLong() as Number?)?.toByte() (0 as Int?)?.toDouble() return "OK" }