diff options
Diffstat (limited to 'test/testdata/eval-okay-scope-7.nix')
-rw-r--r-- | test/testdata/eval-okay-scope-7.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testdata/eval-okay-scope-7.nix b/test/testdata/eval-okay-scope-7.nix new file mode 100644 index 0000000..4da0296 --- /dev/null +++ b/test/testdata/eval-okay-scope-7.nix | |||
@@ -0,0 +1,6 @@ | |||
1 | rec { | ||
2 | inherit (x) y; | ||
3 | x = { | ||
4 | y = 1; | ||
5 | }; | ||
6 | }.y | ||