Replaced deprecated inline classes with JvmInline value classes in tests
This commit is contained in:
committed by
TeamCityServer
parent
b0aefd543a
commit
1da46586bd
@@ -2,6 +2,7 @@
|
||||
// IGNORE_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
|
||||
inline class Location @JvmOverloads constructor(val value: String? = "OK")
|
||||
@JvmInline
|
||||
value class Location @JvmOverloads constructor(val value: String? = "OK")
|
||||
|
||||
fun box(): String = Location().value!!
|
||||
|
||||
Reference in New Issue
Block a user