Skip to content

Nicht unterstütztes Sprachfeature: TypeArguments in MethodInvocation #54

@flgu8915

Description

@flgu8915
super.<T>foo(); // => super.<T>foo();
this.<T>foo();  // => this.foo();
foo.<T>foo();   // => unexpected Op_LThan
(foo).<T>foo(); // => foo.foo();
foo().<T>foo(); // => foo().foo();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions