mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
require else in match statements
This commit is contained in:
@@ -80,6 +80,7 @@ fn generate_vh(mod string) {
|
||||
.key_const { g.generate_const() }
|
||||
.key_struct { g.generate_type() }
|
||||
.key_type { g.generate_alias() }
|
||||
else {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user