about summary refs log blame commit diff
path: root/tvix/eval/src/tests/nix_tests/parse-okay-mixed-nested-attrs-1.nix
blob: fd1001c8cafce114a2f72a3cfd98ad69262d3ba1 (plain) (tree)
1
2
3
4



                         
{ 
  x = { y = 3; z = 3; }; 
  x.q = 3; 
}