mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Reverted #1628 and changed the grammar+parser of the language to not allow certain expr where types are expected
4 lines
50 B
Zig
4 lines
50 B
Zig
pub const Visib = enum {
|
|
Private,
|
|
Pub,
|
|
};
|