-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix like nullable type treatment in the emitter
Summary: When like type support was implemented, we didn't correctly mark like types as not being "simple" types. This led to nullable part of the type being swallowed. This diff fixes that by adding an arm and also gets rid of the catch all arm of the match expression so that this doesn't happen again in the future. Reviewed By: mdko Differential Revision: D63980235 fbshipit-source-id: 54b5ab697452a1e761340380a054b93cc93a4e09
- Loading branch information
1 parent
2e34418
commit 5743f65
Showing
3 changed files
with
22 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NULL |
This file was deleted.
Oops, something went wrong.