mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: lots of fixes
This commit is contained in:
@ -304,7 +304,7 @@ fn (p mut Parser) struct_decl(generic_param_types []string) {
|
||||
.name {
|
||||
val = p.check_name()
|
||||
}
|
||||
.str {
|
||||
.string{
|
||||
val = p.check_string()
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user