Minor. Ignore some tests on old JVM, JS_IR, JS and WASM
#KT-32162
This commit is contained in:
+1
@@ -1,5 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// IGNORE_BACKEND: JVM
|
||||
// LANGUAGE: +ValueClasses, +GenericInlineClassParameter
|
||||
|
||||
fun <T: Any> underlying(a: IC<T>): T = bar(a) {
|
||||
|
||||
+1
@@ -1,5 +1,6 @@
|
||||
// WITH_STDLIB
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// IGNORE_BACKEND: JVM
|
||||
// LANGUAGE: +ValueClasses, +GenericInlineClassParameter
|
||||
|
||||
fun <T> underlying(a: IC<T>): T = bar(a) {
|
||||
|
||||
Reference in New Issue
Block a user