about summary refs log blame commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
blob: 3d375be4f90ee97fcd1639fbae8f4d1eecc2f9b2 (plain) (tree)
1
2
3
4
5
6



          

           
let
  set = {
    a = 1;
  };
in
with set; a