Skip to content

Parse address payable parameters without names #79

@fvictorio

Description

@fvictorio

This code:

contract Foo {
  function f(address payable) public {}
}

will parse the parameter in f as a parameter of type address and name "payable", when it should be a null name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions