Replaced deprecated inline classes with JvmInline value classes in tests
This commit is contained in:
committed by
TeamCityServer
parent
b0aefd543a
commit
1da46586bd
+2
-1
@@ -1,7 +1,8 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
// FILE: 1.kt
|
||||
inline class C(val x: String)
|
||||
@JvmInline
|
||||
value class C(val x: String)
|
||||
|
||||
// FILE: 2.kt
|
||||
@file:JvmMultifileClass
|
||||
|
||||
Reference in New Issue
Block a user