Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Apr 30, 2024
1 parent f7b9ee0 commit 079782a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions chibild/chibild.core.Tests/LinkerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,7 @@ .function public void(a:char) foo
}

/////////////////////////////////////////////////////////

[Test]
public Task Enumeration1()
{
Expand Down
2 changes: 1 addition & 1 deletion toolchain.common/Parsing/CilParser_EnumerationDirective.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private EnumerationValueNode[] ParseEnumerationValues(
{
enumerationValues.Add(new(
new(token0),
null));
new(currentValue, token0)));
currentValue = manipulator.IncrementMemberValue(currentValue);
}
continue;
Expand Down

0 comments on commit 079782a

Please sign in to comment.