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
This is valid in Java: static Dictionary<String, char[]> characterSets; but is not accepted by the meta-model because only classes can be argument type
We can:
allow all type to be argument type
create a special kind of argument type: PrimitiveArray