-
-
Notifications
You must be signed in to change notification settings - Fork 396
Open
Labels
Description
ZLS 0.15 added non-standard mutable modifier for variables which is a great feature.
However for better integration with various tools it's better to use the standard readonly modifier on constants.
It will allow for the same results (logic is just inverted) and will be standard compatible.
I'd be happy to work on it if the issue gets a green light.