Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
compiler
/
testData
/
codegen
/
box
/
script
/
scriptNestedClassInstanceK2.kt
blob: 91fa66ca3cf9be06ec9c6a8fa0d1fc1ced3daa21 [
file
]
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K1: JVM_IR, JS_IR, JS_IR_ES6
// IGNORE_LIGHT_ANALYSIS
// WITH_STDLIB
// FILE: test.kt
fun box
():
String
=
Nested
().
x
// FILE: script.kts
class
Nested
{
val x
=
"OK"
}