FIR: rename AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITY to match FE 1.0
This commit is contained in:
@@ -9,5 +9,5 @@ public class A {
|
||||
|
||||
fun foo() {
|
||||
// no exception is thrown (see KT-3898)
|
||||
A().<!AMBIGUITY!>foo<!>
|
||||
A().<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user