about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-fail-dup-attrs-1.nix
blob: e590e8a04e5a43c491ec097b7a4c9ee970ae6675 (plain) (blame)
1
2
3
4
5
{
  x = 123;
  y = 456;
  x = 789;
}