Import scope of the imported script

#KT-34178
This commit is contained in:
Ilya Chernikov
2020-10-01 18:24:17 +02:00
parent a71eab89e7
commit 5ab822be36
6 changed files with 18 additions and 6 deletions
@@ -4,4 +4,5 @@
sharedVar = sharedVar + 1
println("${SharedObject.greeting} ${from.msg} main")
println("sharedVar == $sharedVar")