Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix capture conversion in lenient mode.
...by always performing capture conversion in _strict_ mode, where there is a better-defined hierarchy (non-null < unspecified < nullable, with no "but also unspecified < non-null if you want). Fixes jspecify#193
- Loading branch information