If all candidates are invisible then don't report ambiguity
#KT-10045 Fixed
This commit is contained in:
@@ -27,8 +27,8 @@ import k.all
|
||||
|
||||
fun test() {
|
||||
<!INVISIBLE_MEMBER!>zero<!>()
|
||||
<!NONE_APPLICABLE!>zero<!>(1)
|
||||
<!NONE_APPLICABLE!>zero<!>("")
|
||||
<!INVISIBLE_MEMBER!>zero<!>(1)
|
||||
<!INVISIBLE_MEMBER!>zero<!>("")
|
||||
|
||||
one()
|
||||
one(<!TOO_MANY_ARGUMENTS!>1<!>)
|
||||
|
||||
Reference in New Issue
Block a user