Open
Description
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
Projects
Status
No status