// PROBLEM: none // WITH_RUNTIME fun test(data: HashMap) { val result = data.map { "${it.key}: ${it.value}" }.joinToString("\n") }