Warn when a state
variable is possibly read after possibly being written
#65
Labels
enhancement
New feature or request
To avoid the confusion between the blocking non-behavior of
state
, and the blocking behavior on non-state
, we should just forbid reading from a state wire lexically after writing to it.So
The text was updated successfully, but these errors were encountered: