Files
lix/tests/functional2/lang/parser-merge-attrs/in-err2.nix
T
piegames cb29f3b060 tests/functional2/lang: Migrate merge-attrs tests
Change-Id: Ib8b8e4505454c5061d596dd490db43471bfb754b
2025-11-17 22:10:11 +00:00

5 lines
46 B
Nix

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