/namedArgumentsInOverrides.kt:11:1: warning: Names 'a1' and 'b1' of parameter #0 conflict in the following members of supertypes: 'fun foo(a1: Int, a2: Double): Unit' defined in 'A', 'fun foo(b1: Int, b2: Double): Unit' defined in 'B'. This may cause problems when calling this function with named arguments.

/namedArgumentsInOverrides.kt:15:22: warning: The corresponding parameter in the supertype 'A' is named 'a1'. This may cause problems when calling this function with named arguments.

/namedArgumentsInOverrides.kt:15:22: warning: The corresponding parameter in the supertype 'B' is named 'b1'. This may cause problems when calling this function with named arguments.

/namedArgumentsInOverrides.kt:15:31: warning: The corresponding parameter in the supertype 'A' is named 'a2'. This may cause problems when calling this function with named arguments.

/namedArgumentsInOverrides.kt:15:31: warning: The corresponding parameter in the supertype 'B' is named 'b2'. This may cause problems when calling this function with named arguments.

/namedArgumentsInOverrides.kt:23:11: error: Named argument is prohibited for parameter with an ambiguous name.

/namedArgumentsInOverrides.kt:23:19: error: Named argument is prohibited for parameter with an ambiguous name.
