mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
interface fix
This commit is contained in:
@ -73,6 +73,7 @@ fn (p mut Parser) enum_decl(no_name bool) {
|
||||
}
|
||||
if p.tok == .comma {
|
||||
p.next()
|
||||
p.fremove_last()
|
||||
}
|
||||
p.fgen_nl()
|
||||
val++
|
||||
|
Reference in New Issue
Block a user