nix-gh/tests/lang/parse-fail-dup-attrs-7.nix

9 lines
62 B
Nix

rec {
x = 1;
as = {
inherit x;
inherit x;
};
}