// "Specify override for 'size: Int' explicitly" "true" // WITH_RUNTIME import java.util.* class B(private val f: MutableList): ArrayList(), MutableList by f { override fun isEmpty(): Boolean { return f.isEmpty() } }