Files
Ilya Chernikov 5ab822be36 Import scope of the imported script
#KT-34178
2020-10-02 18:53:31 +02:00

9 lines
144 B
Kotlin
Vendored

@file:Import("import-common.main.kts")
sharedVar *= 2
val from = SharedClass("from")
println("${SharedObject.greeting} ${from.msg} middle")