Don't make locals in scope in their own initializer.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
var A = A == null
|
||||
IO.print(A) // expect: true
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
var A = A == null
|
||||
IO.print(A) // expect: true
|
||||