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