// "Change 'pairs' to '*pairs'" "true" // WITH_RUNTIME fun myMapOf(vararg pairs: Pair) { val myMap = mapOf(pairs) }