FIR2IR: support RawType internal annotation

This commit is contained in:
Mikhail Glukhikh
2021-12-07 11:58:21 +03:00
committed by TeamCityServer
parent f8a6ab9536
commit 5b058cfcdc
10 changed files with 112 additions and 88 deletions
@@ -1,7 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Expected <test.C<java.lang.Object?, java.lang.Number> (Kotlin reflection is not available)>,
// actual <test.C<*, *> (Kotlin reflection is not available)>
// WITH_STDLIB
// FILE: box.kt
@@ -1,9 +1,6 @@
// !API_VERSION: 1.5
// !OPT_IN: kotlin.ExperimentalStdlibApi
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Expected <test.C<java.lang.Object?, java.lang.Number> (Kotlin reflection is not available)>,
// actual <test.C<*, *> (Kotlin reflection is not available)>
// WITH_STDLIB
// FILE: box.kt
@@ -1,6 +1,6 @@
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail 1: test.C<*, *>
// FIR status: Fail 3: (kotlin.collections.MutableList<kotlin.Any?>..kotlin.collections.MutableList<*>?)
// WITH_REFLECT
// FILE: box.kt
@@ -1,8 +1,6 @@
// !API_VERSION: 1.5
// !OPT_IN: kotlin.ExperimentalStdlibApi
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: Fail 1: test.C<*, *>
// WITH_REFLECT
// FILE: box.kt