FIR invoke resolve: remove redundant candidates

This commit is contained in:
Mikhail Glukhikh
2019-12-26 17:20:07 +03:00
parent f47c3f0f5a
commit a54ef3e427
4 changed files with 18 additions and 43 deletions
@@ -59,7 +59,7 @@ fun test(a: A, b: B) {
b.(foo)()
(b.foo)()
<!INAPPLICABLE_CANDIDATE!>(b.foo)()<!>
foo(b)
(foo)(b)