Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java.Interop] Ignore ListsAreStronglyTypedRule (#234)
Ignore ListsAreStronglyTypedRule for array marshaling types, which do not support `Add()`, `Insert()`, and `Remove()` methods (they throw unsupported exception in the abstract base class `JavaArray<T>`). Thus there's not much sense in adding strongly typed versions just to throw unsupported exception there as well.
- Loading branch information