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

fix compilation

This commit is contained in:
Alexander Medvednikov 2020-04-01 17:17:35 +02:00
parent 0de853a2ab
commit e3713de41d

View File

@ -125,7 +125,7 @@ pub:
pub_pos int // pub:
pub_mut_pos int // pub mut:
is_c bool
default_exprs []ast.Expr
default_exprs []Expr
}
pub struct InterfaceDecl {