Import scope of the imported script
#KT-34178
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
|
||||
var sharedVar = 2
|
||||
|
||||
println("Hi from common")
|
||||
class SharedClass(val msg: String)
|
||||
|
||||
object SharedObject {
|
||||
val greeting = "Hi"
|
||||
}
|
||||
|
||||
println("${SharedObject.greeting} from common")
|
||||
|
||||
Reference in New Issue
Block a user