Skip to content

Java primitive types arrays (eg. int[]) can be argument type to generics #1083

@NicolasAnquetil

Description

@NicolasAnquetil

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions