From 6659f1751e01989c84f71c8fb91640fbda378002 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 5 Mar 2020 14:16:08 +0100 Subject: [PATCH] ast: make IdentInfo public --- 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 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