about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-nested-with.nix
let
  set1 = { a = 1; };
  set2 = { a = 2; };
in
with set1; with set2; a