about summary refs log tree commit diff
path: root/tests/lang/parse-okay-nested-attrs.nix
blob: fd1001c8cafce114a2f72a3cfd98ad69262d3ba1 (plain) (blame)
1
2
3
4
{ 
  x = { y = 3; z = 3; }; 
  x.q = 3; 
}