nix-super/tests/functional/lang/parse-okay-inherits.exp
2024-02-12 13:32:33 +01:00

1 line
77 B
Text

(let c = { }; b = 2; in { a = 1; inherit b ; d = (c).d; e = (c).e; f = 3; })