about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/eval-okay-scope-3.nix
((x: as: {x}:
  rec {
    inherit (as) x;
    y = x;
  }
) 2 {x = 4;} {x = 3;}).y