Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
06ab8cc69e303e70578de24dd9a1cf4ebafff93a
/
.
/
compiler
/
testData
/
codegen
/
box
/
script
/
scriptNestedClassInstanceK2.kt
blob: 779d51c1bd7da3b63c608fea5e95b6fb6ad7c9bb [
file
]
// TARGET_BACKEND: JVM
// IGNORE_BACKEND_K1: JVM, 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"
}