Skip to content

var (a, b..) not parsed when inside loop statement #22

@duaraghav8

Description

@duaraghav8

for (var (a, b, c) = (1, 2, 3); a < 10; (a, b, c) = (2, 3, 5)) {} is accepted in solidity but solparse doesn't parse

something like var (dnstype,,) is also not parsed inside loop

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions