Skip to content

Fix semantic highlighting of repeated annotations #915

@eric-milles

Description

@eric-milles

Consider the following:

@interface Bar {
  String one() default '1'
  String two() default '2'
}
@interface Bars {
  Bar[] value()
}

class C {
  @Bars([@Bar(one='x'), @Bar(one = 'y', two = 'z')])
  def m() {
  }
}

There is no syntax coloring of annotation attributes "one" and "two".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions