
- Notice the `couldResolve` doesn't guarantee a positive resolution, but still manages to kill early some resolver checks - `PrimiiveTypeResolver.resolve()` and `VoidTypeResolver.resolve()` were the 2nd and 5th most time consuming methods on several profiles I ran. This change fixes it.