[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
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
interface In<in E>
class A : In<A>
class B : In<B>