Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Moving this check since `Reference.is_global` contains a delocalize ``` let is_global { global_resolution; _ } ~reference = Reference.delocalize reference |> GlobalResolution.global global_resolution |> Option.is_some ``` We still want to delocalize the output since `is_builtin_reference` expects a delocalized variable. Reviewed By: arthaud Differential Revision: D50205910 fbshipit-source-id: 872fbf6a1e579eb82bd495ba9bb0e503d2ba708d
- Loading branch information