Skip to content

Array<> detection is broken #1

@KaptainMicila

Description

@KaptainMicila

Array<> breaks everything
Array<type> is broken and requires Array<type > to fix.

The correct syntax would be:
Array<type> normally
Array<class<type> >, to avoid colliding with the >> operator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Duck TapedDuck taped solution. The problem is fixed, but a better solution is welcome.No KapThe Kaptain tried to fix the problem but didn't manage to.enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions