Files
kotlin-fork/compiler/testData/codegen/box/script/classReference.kt
T
2021-04-29 00:33:34 +03:00

11 lines
179 B
Kotlin
Vendored

// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// IGNORE_LIGHT_ANALYSIS
// WITH_RUNTIME
// FILE: test.kt
fun box(): String =
OK::class.java.simpleName
// FILE: OK.kts