Add ability to mark `object` as `const`
wilkomanger opened this issue · 0 comments
wilkomanger commented
Currently, object
s are automatically compiled as const
if they have only const
fields. Instead, we should only compile object
s if they're const object
s.
Related to #55.