Skip to content

Commit

Permalink
Update .release-notes/4595.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Jan 24, 2025
1 parent 915ab4c commit 406edf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-notes/4595.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ When matching on a tuple element within a union type, the compiler would crash w

The following code fails to compile because of `(123, (let x: I32))` in the `match`. The extra parentheses should be ignored and treated like `(123, let x: I32)`.

```ponyc
```pony
let value: (I32 | (I32, I32)) = (123, 42)
match value
Expand Down

0 comments on commit 406edf0

Please sign in to comment.