Don't make locals in scope in their own initializer.

This commit is contained in:
Bob Nystrom
2015-04-01 07:05:40 -07:00
parent 2256448017
commit 92a054f76a
6 changed files with 30 additions and 25 deletions
@@ -1,2 +1 @@
var a = a == null
IO.print(a) // expect: true
var a = a == null // expect error