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