FIR: rename AMBIGUITY to OVERLOAD_RESOLUTION_AMBIGUITY to match FE 1.0
This commit is contained in:
+1
-1
@@ -15,5 +15,5 @@ import foo.*
|
||||
import bar.*
|
||||
|
||||
fun <T> test(l: List<T>) {
|
||||
<!AMBIGUITY!>f<!>(l)
|
||||
<!OVERLOAD_RESOLUTION_AMBIGUITY!>f<!>(l)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user