Skip to content

Fix syntax highlighting and code navigation for type-checked metaClass property #1579

@eric-milles

Description

@eric-milles

Consider the following:

@TypeChecked test(foo.Bar bar) {
  bar.metaClass = null
}

The "metaClass" property is made available through generated methods getMetaClass() and setMetaClass(MetaClass). Referencing a type from another source unit in type-checked code presents "metaClass" as a field/property reference, but the hover and navigation are not helpful.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions