Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
codegen
/
customScript
/
captureImplicitReceiverInDefaultValue.kts
blob: 3ea836605b8f34051ac9d1913268fd78814ad856 [
file
]
// TARGET_BACKEND: JVM_IR
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithReceivers
// receiver: abracadabra
// expected: rv=cadabra
// KT-55068
class
User
(
var
property
:
String
=
drop
(
4
))
val rv
=
User
().
property