blob: d4d12b5b27ec41e2a4420dc01fe7d1b1810a3e17 [file] [log] [blame]
package test
class TestMapGetAsReceiver {
fun foo(map: Map<String?, String>): Int {
return map["zzz"]!!.length
}
}