fix compilation
parent
0de853a2ab
commit
e3713de41d
|
@ -125,7 +125,7 @@ pub:
|
||||||
pub_pos int // pub:
|
pub_pos int // pub:
|
||||||
pub_mut_pos int // pub mut:
|
pub_mut_pos int // pub mut:
|
||||||
is_c bool
|
is_c bool
|
||||||
default_exprs []ast.Expr
|
default_exprs []Expr
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct InterfaceDecl {
|
pub struct InterfaceDecl {
|
||||||
|
|
Loading…
Reference in New Issue