-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Un-generify call_infer and use a CallArg enum instead
Summary: This lets us reduce call_method_generic, call_method, and call_method_with_types down to a single call_method function. It'll also allow me to prepend a "self" argument to an arguments list without worrying about whether the other arguments are expressions or types. Reviewed By: ndmitchell Differential Revision: D67188826 fbshipit-source-id: ba9dd6970bcd8c03975687ad7decfb3967694ec5
- Loading branch information
1 parent
d9853af
commit 8a77318
Showing
2 changed files
with
67 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters