mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-04 08:31:33 +00:00
Remove copy-paste, use CodegenTestCase's infrastructure as much as possible, use InTextDirectiveUtils instead of regexps
9 lines
154 B
Kotlin
Vendored
9 lines
154 B
Kotlin
Vendored
|
|
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithReceivers
|
|
|
|
// receiver: abracadabra
|
|
|
|
val res = drop(4)
|
|
|
|
// expected: res=cadabra
|