mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
9 lines
156 B
Kotlin
Vendored
9 lines
156 B
Kotlin
Vendored
|
|
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithReceivers
|
|
|
|
// receiver: abracadabra
|
|
|
|
val res = drop(4)
|
|
|
|
// expected: res = cadabra
|