// WITH_RUNTIME fun box(): String { var x: MutableCollection = ArrayList() x + ArrayList() return "OK" }