FIR2IR: support RawType internal annotation
This commit is contained in:
committed by
TeamCityServer
parent
f8a6ab9536
commit
5b058cfcdc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user