You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use switch statements, I kind of want to express that only the options in the switch are allowed. In case of anything else, I want kaitat to throw an exception.
This could be expressed this way: _: error
The text was updated successfully, but these errors were encountered:
When I use switch statements, I kind of want to express that only the options in the switch are allowed. In case of anything else, I want kaitat to throw an exception.
This could be expressed this way:
_: error
The text was updated successfully, but these errors were encountered: