JVM box tests for KT-23974
This commit is contained in:
committed by
TeamCityServer
parent
3f7a776fb8
commit
a8d848ccbd
@@ -0,0 +1,12 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_RUNTIME
|
||||
|
||||
@Suppress("x")
|
||||
@get:JvmName("foo")
|
||||
val vo get() = "O"
|
||||
|
||||
@Suppress("x")
|
||||
@get:JvmName("bar")
|
||||
val vk = "K"
|
||||
|
||||
fun box() = vo + vk
|
||||
Reference in New Issue
Block a user