FIR: report ambiguity-like errors in type resolve

This commit is contained in:
Mikhail Glukhikh
2022-03-09 10:25:06 +03:00
committed by Space
parent f073e86c93
commit c8453ec8b4
17 changed files with 132 additions and 34 deletions
@@ -24,4 +24,4 @@ package c
import a.*
import b.*
fun test(): <!UNRESOLVED_REFERENCE!>x<!> = d().x()
fun test(): <!OVERLOAD_RESOLUTION_AMBIGUITY!>x<!> = d().x()