// "Change type arguments to <*, *>" "false" fun test(a: Any) { (a as Map).bar() } fun Map.bar() {}