5ab822be36
#KT-34178
9 lines
144 B
Kotlin
Vendored
9 lines
144 B
Kotlin
Vendored
|
|
@file:Import("import-common.main.kts")
|
|
|
|
sharedVar *= 2
|
|
|
|
val from = SharedClass("from")
|
|
|
|
println("${SharedObject.greeting} ${from.msg} middle")
|