blob: 6a91342c75be8d2d38a5d3b697afa62c1e647b87 [file]
// TARGET_BACKEND: JVM
// IGNORE_BACKEND: JVM_IR, JS_IR, JS_IR_ES6
// FIR status: script declarations are not visible from other sources
// WITH_STDLIB
// FILE: test.kt
fun box(): String =
OK::class.java.simpleName
// FILE: OK.kts