8000 Using final with method parameters causes highlighting issue · Issue #49 · forcedotcom/apex-tmLanguage · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Using final with method parameters causes highlighting issue #49
Open
@GeorgePreece

Description

@GeorgePreece

Details

Using final with method parameters causes a highlighting issue where, final is scoped with storage.type.apex and the type is scoped with entity.name.variable.parameter.apex. Essentially it recognises the keyword final as the type, the type itself becomes the variable name and the variable is un-scoped.

Repro

void execute(Object arg) {
    //
}

void execute(final Object arg) {
    //
}

image

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

      0