fix: prevent local variables from being in scope during their own initializer

This commit is contained in:
Bob Nystrom
2015-04-01 14:05:40 +00:00
parent 07de6fca9e
commit 0cdbe8bc5a
6 changed files with 30 additions and 25 deletions
@@ -0,0 +1,2 @@
var A
IO.print(A) // expect: null