about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-fail-dup-attrs-7.nix
rec {

  x = 1;

  as = {
    inherit x;
    inherit x;
  };
}