Files
kotlin-fork/libraries/scripting/jvm-host-test/testData/importTest/helloWithVal.kts
T
Ilya Chernikov 37d859c122 Move scripting jvm host tests to a separate project...
to solve problems with testing with direct dependency on proguarded compiler
2019-05-25 10:10:32 +02:00

5 lines
86 B
Kotlin
Vendored

val helloScriptName = "helloWithVal"
println("Hello from $helloScriptName script!")