aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-okay-scope-7.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/eval-okay-scope-7.nix')
-rw-r--r--tests/functional/lang/eval-okay-scope-7.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/lang/eval-okay-scope-7.nix b/tests/functional/lang/eval-okay-scope-7.nix
new file mode 100644
index 000000000..4da02968f
--- /dev/null
+++ b/tests/functional/lang/eval-okay-scope-7.nix
@@ -0,0 +1,6 @@
+rec {
+ inherit (x) y;
+ x = {
+ y = 1;
+ };
+}.y