Add module class access flag
This commit is contained in:
parent
eefe96292e
commit
0fbdea320c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ pub const ClassAccessFlags = EnumFlags(enum(u16) {
|
|||
synthetic = 0x1000,
|
||||
annotation = 0x2000,
|
||||
@"enum" = 0x4000,
|
||||
module = 0x8000,
|
||||
});
|
||||
|
||||
pub const ParseError = std.Io.Reader.Error || std.mem.Allocator.Error || error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue