[FIR] Fix non-serializable type argument at the end of resolve
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
interface In<in E>
|
||||
class A : In<A>
|
||||
class B : In<B>
|
||||
|
||||
+1
-1
@@ -20,5 +20,5 @@ fun <S> test(i: Int, s: S) {
|
||||
|
||||
c
|
||||
|
||||
takeInvInt(create(i))
|
||||
<!INAPPLICABLE_CANDIDATE!>takeInvInt<!>(create(i))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user