System.print(a) // expect: null var a = "value" System.print(a) // expect: value