Closed ishitatsuyuki closed 5 years ago
Question: should we avoid the match wildcard (_) to avoid mistakes like this?
Question: should we avoid the match wildcard (_) to avoid mistakes like this?
I think as far as AST is concerned the wildcard is okay, since adding new variants to AST types is a pretty rare occurrence and should introduce new tests, but I'm open to be convinced otherwise.
Close #108 Close #114