// "Change type arguments to <*, *>" "true" fun test(a: Any) { foo(a as Map<*, *>) } fun foo(map: Map) {}