[FIR] Implement FUNCTION_CALL_EXPECTED

This commit is contained in:
Ivan Kochurkin
2021-06-22 23:23:02 +03:00
parent d048bccfa2
commit 59257e47c9
21 changed files with 106 additions and 65 deletions
@@ -58,7 +58,7 @@ fun test(a: A, b: B) {
b.(foo)()
(b.<!UNRESOLVED_REFERENCE!>foo<!>)()
(<!UNRESOLVED_REFERENCE!>b.<!FUNCTION_CALL_EXPECTED!>foo<!><!>)()
foo(b)
(foo)(b)