[FIR] Check for isFun flag in SAM resolution

This commit is contained in:
Dmitriy Novozhilov
2020-07-06 16:48:15 +03:00
parent d1cb776e29
commit 58af8d68a1
11 changed files with 203 additions and 141 deletions
@@ -14,6 +14,6 @@ fun takeWithFun(a: WithFun) {}
fun test() {
takeBase {}
takeWithoutFun({})
<!INAPPLICABLE_CANDIDATE!>takeWithoutFun<!>({})
takeWithFun {}
}