diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index b8f0e1db20..be0391a445 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -234,7 +234,7 @@ pub mut: is_static bool } -type IdentInfo = IdentFunc | IdentVar +pub type IdentInfo = IdentFunc | IdentVar pub enum IdentKind { unresolved