diff options
Diffstat (limited to 'bin/tests/data')
-rw-r--r-- | bin/tests/data/useless_has_attr.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tests/data/useless_has_attr.nix b/bin/tests/data/useless_has_attr.nix index f4c9fd5..10966ac 100644 --- a/bin/tests/data/useless_has_attr.nix +++ b/bin/tests/data/useless_has_attr.nix | |||
@@ -6,4 +6,5 @@ | |||
6 | 6 | ||
7 | # complex body | 7 | # complex body |
8 | (if x ? a then x.a else if b then c else d) | 8 | (if x ? a then x.a else if b then c else d) |
9 | (if x ? a then x.a else b.c) | ||
9 | ] | 10 | ] |