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
./match_option.v:14:15: error: foo() returns an option, so it should have either an `or {}` block, or`?` at the end
12|13|fnbar() bool {
14|returnmatch (foo()) {
|~~~~~~~15| .a { true }
16| .b, .c { false }
V version: 0.2.4
OS: Linux
Perhaps this issue is related to the
match
keyword, perhaps now 🤷🏽♂️What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: