Skip to content

Handle virtual and override modifiers #221

@fvictorio

Description

@fvictorio

This can't be done at the moment because the parser is not exposing this information. See ConsenSysDiligence/solidity-parser-antlr#2

When that is solver, we should handle these modifiers.

virtual is easy: we should just add the literal virtual after the visibility modifier (at least that's where it's placed in the examples).

override might be followed by some class specifiers, so that should be handled properly. How to do it will depend on how the parser exposes this information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions