internal class C { private fun foo(map: Map): String { return map[1] ?: "bar" } }