Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
codegen
/
box
/
script
/
scripInstance.kt
blob: fb6e463f76e7317426a4d29fc2c807f47454cfd6 [
file
]
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K2: JVM_IR, JS_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"