Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Wrong highlighting on 'new' keyword on inner classes #228

Description

@Eskibear

Description

creating a new instance of an inner class doesn't highlight the new keyword properly

inner

Steps to Reproduce

publicclassFoo {
publicclassBar {
}
}
publicclassMain {
publicstaticvoidmain(String[] args) {
Fooexample1 = newFoo();
Foo.Barexample2 = example1.newBar(); // <----
}
}

Expected behavior:

keyword new is correctly highlighted.

Actual behavior:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions