FIR: rename AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITY to match FE 1.0
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@ package d
|
||||
fun bar() {
|
||||
val i: Int? = 42
|
||||
if (i != null) {
|
||||
<!AMBIGUITY!>doSmth1<!> {
|
||||
<!OVERLOAD_RESOLUTION_AMBIGUITY!>doSmth1<!> {
|
||||
val x = i + 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user