Skip to content

Commit

Permalink
Reflect master's addition of DMASTNullProcStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit committed Feb 12, 2024
1 parent 66a37b4 commit 3c877b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DMCompiler/Compiler/DM/AST/DMAST.ProcStatements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ public bool IsAggregateOr<T>() where T : DMASTProcStatement {
}
}

public sealed class DMASTNullProcStatement(Location location) : DMASTProcStatement(location);

public sealed class DMASTProcStatementExpression(Location location, DMASTExpression expression)
: DMASTProcStatement(location) {
public DMASTExpression Expression = expression;
Expand Down

0 comments on commit 3c877b7

Please sign in to comment.