Files
kotlin/compiler/testData/codegen/customScript/simpleEnvVars.kts
Alexander Udalov 64f5c2c9a3 Refactor and simplify AbstractCustomScriptCodegenTest
Remove copy-paste, use CodegenTestCase's infrastructure as much as
possible, use InTextDirectiveUtils instead of regexps
2018-05-03 22:15:10 +02:00

9 lines
178 B
Kotlin
Vendored

// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithSimpleEnvVars
// envVar: stringVar1=abracadabra
val res = stringVar1.drop(4)
// expected: res=cadabra