// TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // IGNORE_LIGHT_ANALYSIS // WITH_RUNTIME // FILE: test.kt fun box(): String = Script(emptyArray()).x // FILE: script.kts val x = "OK"