aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-mixed-nested-attrs2.nix
blob: 17da82e5f0c7e17e0fa028f237fdb5510920a29b (plain)
1
2
3
4
{ 
  x.y.y = 3; 
  x = { y.y= 3; z = 3; }; 
}