Skip to content

Calling List.all function w/o List import doesn't compile #307

Open
@BSteffaniak

Description

@BSteffaniak

When calling a default interface function from list (e.g. skip) and the lambda function in has a parameter of type List, it doesn't get the right reference file.

e.g.

fragments.skip(1).all({
    var accessed = tryParseAccessible(_, parent: null, require: require)

    if (accessed != null) {
        //current.accessedNode = (Identifier)accessed

        return true
    }

     return false
})

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions