aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-okay-inherits.exp
blob: 1355527e6ceb7f1891243e0652ca74f98360061b (plain)
1
(let b = 2; c = { }; in { inherit b; inherit (c) d e; a = 1; f = 3; })