You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dart2js support for const variables. This includes removing the restriction that final variables must be initialized with compile time constants. Also, the evaluation of whether an expression is a compile time constant must be updated.
The text was updated successfully, but these errors were encountered:
Add dart2js support for const variables. This includes removing the restriction that final variables must be initialized with compile time constants. Also, the evaluation of whether an expression is a compile time constant must be updated.
The text was updated successfully, but these errors were encountered: