fun box(): String { val sub = Box(-1) return if (sub.value == -1L) "OK" else "fail" }