about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/parse-okay-mixed-nested-attrs-1.nix
{ 
  x = { y = 3; z = 3; }; 
  x.q = 3; 
}