Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ebcc2cc3b207156c1c0e90e5107aa356b8fa8d72
/
.
/
compiler
/
testData
/
codegen
/
box
/
script
/
scripInstance.kt
blob: 58a9a6a6bf121274d92b247b0383046d0a501dc5 [
file
]
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_FIR: JVM_IR
// FIR status: scripts aren't supported yet
// IGNORE_LIGHT_ANALYSIS
// WITH_STDLIB
// FILE: test.kt
fun box
():
String
=
Script
(
emptyArray
<
String
>()).
x
// FILE: script.kts
val x
=
"OK"