[FIR2IR] Support (simple) conversion of captured types

This commit is contained in:
Mikhail Glukhikh
2020-03-12 12:15:11 +03:00
parent e919e7b79a
commit 6fd8ccc293
7 changed files with 225 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
fun test(i: Inv<out Any?>) {
foo(i.superclass())
}