Skip to content

Commit

Permalink
Revert "Commented out type incorrect asserts"
Browse files Browse the repository at this point in the history
This reverts commit 259670c.
  • Loading branch information
PaulKlint committed Apr 4, 2024
1 parent 458fb89 commit ea9e4d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@ test bool selfApplyCurry() {
func = curry(curry, addition);
//assert int(int)(int) _ := func;
assert int(int)(int) _ := func;
func2 = func(1);
//assert int(int) _ := func2;
assert int(int) _ := func2;
return func2(1) == 2;
}
Expand Down

0 comments on commit ea9e4d3

Please sign in to comment.