1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

parser.y: eliminate conflicts

This commit is contained in:
Ryan Hendrickson 2024-07-20 12:04:25 -04:00
parent b0a8430e85
commit 6e3b9e6a4d
2 changed files with 39 additions and 24 deletions

View file

@ -1,4 +1,4 @@
error: syntax error, unexpected ':', expecting '}'
error: syntax error, unexpected ':', expecting '}' or ','
at «stdin»:3:13:
2|
3| f = {x, y : ["baz" "bar" z "bat"]}: x + y;