From e3713de41d20c905861364b15be1b667d7e696b0 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 1 Apr 2020 17:17:35 +0200 Subject: [PATCH] fix compilation --- vlib/v/ast/ast.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {