Skip to content

Fix type inferencing and syntax coloring of static property access within class of property #679

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  static def foo
  static def getFoo() {}
  static {
    foo
  }
}

Reference foo should be to field not accessor, since reference is within declaring class.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions