Browse Source
1. VariableDeclaration Previously we added back the `varDecInstr` which is post-cast and if the cast failed (hence hitting this !varDecInstr branch) we didn't add back `instr` but rather added back `varDecInstr` which is 0 instead of being non-zero. This later is incorrect.constants
1 changed files with 12 additions and 2 deletions
Loading…
Reference in new issue