[Tests] Replace @JvmInline with actual OPTIONAL_JVM_INLINE_ANNOTATION

This commit is contained in:
Evgeniy.Zhelenskiy
2021-12-01 00:59:48 +03:00
parent 96334948f0
commit f0af2487c7
7 changed files with 17 additions and 15 deletions
@@ -1,9 +1,8 @@
// WITH_STDLIB
// WORKS_WITHOUT_JVM_INLINE
// WORKS_WHEN_VALUE_CLASS
// !LANGUAGE: +ValueClasses
@Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE")
@kotlin.jvm.JvmInline
OPTIONAL_JVM_INLINE_ANNOTATION
value class Result<T>(val a: Any?)
fun box(): String {