mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix compilation
This commit is contained in:
parent
0de853a2ab
commit
e3713de41d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user