[FIR] Fix non-serializable type argument at the end of resolve

This commit is contained in:
Mikhail Glukhikh
2020-09-14 19:05:18 +03:00
parent 54d5494ecd
commit 0c13d3197c
4 changed files with 24 additions and 18 deletions
@@ -20,5 +20,5 @@ fun <S> test(i: Int, s: S) {
c
takeInvInt(create(i))
<!INAPPLICABLE_CANDIDATE!>takeInvInt<!>(create(i))
}