Skip to content

Parsing error in expression with method calls within part select #35

@gmlarumbe

Description

@gmlarumbe
a.a = b[i][A.a()+B.b()-1:0]; // ERROR

// The ones below are OK
a.a = b[i][A()+B()-1:0];
a.a = b[i][A.a+B.b-1:0];
a.a = b[i][A+B-1:0];

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions