Skip to content

More reliable type parameter extraction #36

@marschall

Description

@marschall

The following this should work for input arguments for arrays

interface CoolList<X> extends List<String>
interface CoolList<X, T> extends List<T>
interface CoolList<T, X> extends List<T>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions