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

5 lines
43 B
Nix

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