aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-dup-dynamic-attrs.nix
blob: 7ea17f6c878003f6a2f3c258051d36e7beb49b29 (plain)
1
2
3
4
{
  set = { "${"" + "b"}" = 1; };
  set = { "${"b" + ""}" = 2; };
}