Skip to content

Fix type inferencing, syntax highlighting and code navigation for AutoImplement code block #1197

@eric-milles

Description

@eric-milles

Consider the following:

@groovy.transform.AutoImplement(code={
  if (System.getProperty('control')) {
    throw new IllegalStateException()
  }
})
class C implements Iterator<String> {
}
  1. code block lacks syntax coloring and code hover/navigation
  2. super class Iterator lacks code hover/navigation

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions