mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Support '??' syntax for optional record fields
This commit is contained in:
parent
3d4dd5b583
commit
a24fe430b4
21 changed files with 42 additions and 43 deletions
|
@ -4538,8 +4538,8 @@ mod test_reporting {
|
|||
4│ f : { foo bar }
|
||||
^
|
||||
|
||||
I was expecting to see a colon, question mark, comma or closing curly
|
||||
brace.
|
||||
I was expecting to see a colon, two question marks (??), comma or
|
||||
closing curly brace.
|
||||
"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue