Skip to content

No support for int[][] (string[], etc.) function parameters. #40

@Nashatyrev

Description

@Nashatyrev

function f3(string[2] ss) {} results in compiler error:

Type error: Internal type is not allowed for public and external functions.
    function f3(string[2] ss) {
                ^----------^

Looks like the ABI supports this, but the Solidity compiler doesn't

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