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