Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
codegen
/
customScript
/
simpleEnvVars.kts
blob: 3bfd067c5b1794b22d6716f3b4b78333792061c9 [
file
]
// KOTLIN_SCRIPT_DEFINITION: org.jetbrains.kotlin.codegen.TestScriptWithSimpleEnvVars
// envVar: stringVar1=abracadabra
val res
=
stringVar1
.
drop
(
4
)
// expected: res=cadabra