Skip to content

Commit

Permalink
fix: allow overriding custom true / false constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 24, 2024
1 parent 7cad3bf commit e215e60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/blackbox-tests/custom-predef.t
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Demonstrate redefining the `true` / `false` constructors
const z = /* A */0;
const x = true;
const x = /* true */1;
const y = true;
const y = /* false */2;
const t = false;
Expand Down
2 changes: 1 addition & 1 deletion vendor/melange-compiler-libs

0 comments on commit e215e60

Please sign in to comment.