Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
70b97c5abe682fb7598fc5070d94c39256a0baa4
/
.
/
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