Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This code works by miracle. We call `fetch_annotation` within a `select` but the method return `void`. It only works because the `T::Private::Types::Void::VOID` used by `sorbet-runtime` to replace the actual value is truthy. Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
- Loading branch information