mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 00:26:57 +00:00
8139c5a516
Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected
5 lines
50 B
Zig
5 lines
50 B
Zig
pub const Visib = enum {
|
|
Private,
|
|
Pub,
|
|
};
|