Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another fix for
TypeUtils#isAssignable()
A type like `List<? extends String>` is not assignable to e.g. `List<String>` (without cast).
- Loading branch information