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:
parent
b0a8430e85
commit
6e3b9e6a4d
2 changed files with 39 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue