about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-contains-non-set.nix
blob: c086759f456bf45d3491ca13aa416f48f0a71eb3 (plain) (blame)
1
2
3
# Nix allows using the ? operator on non-set types, in which case it
# should always return false.
[ (123 ? key) ("foo" ? key) (null ? key) ([ "key" ] ? key) ]