external interface I fun box(a: Any, b: Any): Pair { return Pair(a as I, b as? I) }