Skip to content

Fix syntax highlighting and code navigation for enum constant object initializers #1606

@eric-milles

Description

@eric-milles

Consider the following:

enum E {
  F {
    {
      throw new Exception()
    }
  }
}

The contents of the object initializer block of F are not highlighted.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions