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:
parent
8ad8d03bc8
commit
6659f1751e
@ -234,7 +234,7 @@ pub mut:
|
|||||||
is_static bool
|
is_static bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type IdentInfo = IdentFunc | IdentVar
|
pub type IdentInfo = IdentFunc | IdentVar
|
||||||
|
|
||||||
pub enum IdentKind {
|
pub enum IdentKind {
|
||||||
unresolved
|
unresolved
|
||||||
|
Loading…
Reference in New Issue
Block a user