KT-9601, KT-10103:

Chose maximally specific function in callable reference
 #KT-9601 Fixed
 #KT-10103 Fixed
This commit is contained in:
Dmitry Petrov
2015-11-24 19:23:15 +03:00
parent 67dd97b918
commit 9ccb1fd506
16 changed files with 203 additions and 30 deletions
@@ -11,6 +11,6 @@ class B: A() {
}
fun test() {
B::<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>
B::<!OVERLOAD_RESOLUTION_AMBIGUITY!>fas<!>
B::foo
B::fas
}