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