JVM box tests for KT-23974

This commit is contained in:
Dmitry Petrov
2020-12-23 15:25:14 +03:00
committed by TeamCityServer
parent 3f7a776fb8
commit a8d848ccbd
5 changed files with 32 additions and 0 deletions
+12
View File
@@ -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