Can't use function calls in pattern matching

What about this?

case {f.(), g.()} do
  {x, y} -> #whatever
end
8 Likes