You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments