import java.util.ArrayList fun box(): String { var x: MutableCollection = ArrayList() x + ArrayList() return "OK" }