Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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