ast: make IdentInfo public

pull/3931/head
Alexander Medvednikov 2020-03-05 14:16:08 +01:00 committed by GitHub
parent 8ad8d03bc8
commit 6659f1751e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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