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