nix-super/tests/functional/lang/parse-okay-inherits.exp

2 lines
77 B
Text
Raw Normal View History

2024-01-27 17:33:34 +02:00
(let c = { }; b = 2; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })