Skip to content

The parser doesn't support receive / fallback functions #16

Description

@eldadp100

Because there is no 'function' prefix the parser fails whenever there is a fallback / recieve exists in the code. For example,

fallback() external payable {}

FAILS

while function fallback() external payable {}

PASS

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    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