var Global = "global"
new
this
ClassName.new()
Fn.new {
System.print(Global) // expect: global
}.call()