dplassgit/d2lang

TempPropagationOptimizer is not caching cached values

Closed this issue · 0 comments

This program gives the wrong output:

a=1
b=a
a=2
println b

It was printing 2 instead of 1.