Update forgotten FIR test

This commit is contained in:
Mikhail Zarechenskiy
2020-06-05 16:29:35 +03:00
parent 6c5806f971
commit a086d9f7df
@@ -10,7 +10,7 @@ fun createCall(): () -> Int = TODO()
fun test(g: () -> String, h: (Float) -> String) {
foo(::bar)
foo { "something" }
foo(g)
<!INAPPLICABLE_CANDIDATE!>foo<!>(g)
fooGeneric(h)
<!INAPPLICABLE_CANDIDATE!>fooGeneric<!>(h)
}