diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index c194f3447f..e8c3b49f75 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -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 {