about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-functor-call.nix
blob: 80ae345d836b3a909ded20bf7eb28f811f98554e (plain) (blame)
1
{ x = 21; __functor = self: y: self.x * y; } 2