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