fix compilation

pull/4179/head
Alexander Medvednikov 2020-04-01 17:17:35 +02:00
parent 0de853a2ab
commit e3713de41d
1 changed files with 1 additions and 1 deletions

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 {