1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ast: make IdentInfo public

This commit is contained in:
Alexander Medvednikov
2020-03-05 14:16:08 +01:00
committed by GitHub
parent 8ad8d03bc8
commit 6659f1751e

View File

@@ -234,7 +234,7 @@ pub mut:
is_static bool
}
type IdentInfo = IdentFunc | IdentVar
pub type IdentInfo = IdentFunc | IdentVar
pub enum IdentKind {
unresolved