[FIR] Properly resolve implicit invoke calls

#KT-41990 Fixed
This commit is contained in:
Dmitriy Novozhilov
2020-09-18 16:39:14 +03:00
parent a8e81e9ad1
commit 896103b94b
13 changed files with 81 additions and 16 deletions
@@ -15,7 +15,7 @@ fun test(a: A) {
<!INAPPLICABLE_CANDIDATE!>(a.x)()<!>
if (a.x != null) {
a.<!INAPPLICABLE_CANDIDATE!>x<!>() // todo
<!INAPPLICABLE_CANDIDATE!>(a.x)()<!>
(a.x)()
}
}
}