sm
This commit is contained in:
@@ -215,6 +215,7 @@ pub const IfExpr = struct {
|
||||
pub const MatchExpr = struct {
|
||||
subject: *Node,
|
||||
arms: []const MatchArm,
|
||||
is_comptime: bool = false,
|
||||
};
|
||||
|
||||
pub const MatchArm = struct {
|
||||
|
||||
Reference in New Issue
Block a user