1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

interface fix

This commit is contained in:
Alexander Medvednikov
2020-01-09 01:39:47 +01:00
parent c1cc203c17
commit 29564ed63d
7 changed files with 61 additions and 53 deletions

View File

@ -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++