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
@@ -0,0 +1,2 @@
var A = A == null
IO.print(A) // expect: true