Files
lix/tests/functional2/lang/value-printer/in-elide-set.nix
T
piegames 2a622d7de7 tests/functional2/lang: Migrate value printing tests
Change-Id: I39303ef44552eb9fc17ccc2da5206c8906e46f27
2025-09-18 23:38:46 +02:00

5 lines
116 B
Nix

assert (
let x = { a.a.a.a.a.a.a.a.a = { a.a = 1; b = 2; }; a.b.c.x = 3; c = 4; };
in builtins.deepSeq x x
); 1