Skip to content

Line numbers offset when signature has spaces in it #104

@schwern

Description

@schwern

When the signature is not all on one line, the line numbers will be offset.

func hi(
    Str $who //= "World"
) {
    die $who;
}

Method::Signatures always acts like the signature is on one line.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions