Regenerate inline class tests as 1 arg value classes
This commit is contained in:
committed by
Space
parent
5ac4722be4
commit
ec2e96f3e4
+3
-2
@@ -1,6 +1,8 @@
|
||||
// WITH_STDLIB
|
||||
// KJS_FULL_RUNTIME
|
||||
// SKIP_MANGLE_VERIFICATION
|
||||
// WORKS_WHEN_VALUE_CLASS
|
||||
// LANGUAGE: +ValueClasses
|
||||
|
||||
interface I {
|
||||
companion object {
|
||||
@@ -8,8 +10,7 @@ interface I {
|
||||
}
|
||||
}
|
||||
|
||||
@Suppress("OPTIONAL_DECLARATION_USAGE_IN_NON_COMMON_SOURCE")
|
||||
@kotlin.jvm.JvmInline
|
||||
OPTIONAL_JVM_INLINE_ANNOTATION
|
||||
value class IC(val ok: String = "OK") : I
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user