Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
codegen
/
script
/
scriptInstanceCapturing
/
classCapturesProperty.kts
blob: 82e637335ec60b56e23ae1eec68bc2053c150291 [
file
]
// IGNORE_BACKEND: JS_IR, JS_IR_ES6, NATIVE, WASM_JS, WASM_WASI
// expected: rv: abc
// KT-19423
val used
=
"abc"
class
User
{
val
property
=
used
}
val rv
=
User
().
property