KT-9601, KT-10103:
Chose maximally specific function in callable reference #KT-9601 Fixed #KT-10103 Fixed
This commit is contained in:
+2
-2
@@ -11,6 +11,6 @@ class B: A() {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
B::<!OVERLOAD_RESOLUTION_AMBIGUITY!>foo<!>
|
||||
B::<!OVERLOAD_RESOLUTION_AMBIGUITY!>fas<!>
|
||||
B::foo
|
||||
B::fas
|
||||
}
|
||||
Reference in New Issue
Block a user