Minor. Update test

This commit is contained in:
Ilmir Usmanov
2022-02-16 15:29:06 +01:00
committed by teamcity
parent 480c15277d
commit 05457c291d
9 changed files with 12 additions and 9 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
// WITH_STDLIB
// IGNORE_BACKEND: JVM, WASM, JS, JS_IR
// WORKS_WHEN_VALUE_CLASS
// IGNORE_BACKEND: JVM
@JvmInline
OPTIONAL_JVM_INLINE_ANNOTATION
value class Inlined(val value: Int)
sealed interface A <T: Inlined> {