Replaced deprecated inline classes with JvmInline value classes in tests
This commit is contained in:
committed by
TeamCityServer
parent
b0aefd543a
commit
1da46586bd
Vendored
+3
-1
@@ -1,7 +1,9 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// JVM_TARGET: 1.8
|
||||
// WITH_RUNTIME
|
||||
// FILE: javaDefaultMethod.kt
|
||||
inline class K(val k: String) : J {
|
||||
@JvmInline
|
||||
value class K(val k: String) : J {
|
||||
override fun get2() = k
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user