Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow all immutable List subclasses from Java 11
A previous commit specifically allowed one of the two subclasses used by `List.of` and `List.copyOf`, but not the other, which can result in unexpected errors and bugs. Add the other to the default allow list of classes to avoid these.
- Loading branch information