64f5c2c9a3
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
|