Implement static const variables in VM #2505
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by @mhausner
Add compiler support for static 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: