mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Rather than having a special FunctionCall type that deduces the return type, change the FunctionType to include the return type. This return type is inferred as part of unification.