about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-contains-non-set.nix
# 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) ]