about summary refs log blame commit diff
path: root/tests/lang/parse-fail-mixed-nested-attrs.nix
blob: 458a7c545b97b79206d2dd57d3653f1d5a9c549b (plain) (tree)
1
2
3
4



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