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