package-private visibility
This commit is contained in:
@@ -243,7 +243,7 @@ Function :: struct {
|
||||
generated: bool,
|
||||
analysis_root: bool,
|
||||
test: bool,
|
||||
file_hidden: bool,
|
||||
package_hidden: bool,
|
||||
has_body: bool,
|
||||
variadic: bool,
|
||||
params: []Param,
|
||||
@@ -265,7 +265,7 @@ Global :: struct {
|
||||
immutable: bool,
|
||||
external: bool,
|
||||
writable: bool,
|
||||
file_hidden: bool,
|
||||
package_hidden: bool,
|
||||
expr: Expr_Id,
|
||||
diagnostic: source.Diagnostic_Id,
|
||||
}
|
||||
@@ -313,7 +313,7 @@ Declaration_Alias :: struct {
|
||||
target_pkg: Package_Id,
|
||||
target: u32,
|
||||
kind: Declaration_Alias_Kind,
|
||||
file_hidden: bool,
|
||||
package_hidden: bool,
|
||||
valid: bool,
|
||||
diagnostic: source.Diagnostic_Id,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user