Skip to content

SC: Fix code select for property name beginning with $ #1247

@eric-milles

Description

@eric-milles

Consider the following:

@groovy.transform.CompileStatic
class C {
  void set$xyz(value) { }
  void test() {
    $xyz = ""
  }
}

Code select actions like Show Description (F2) and Open Declaration (F3) fail for the expression "$xyz".

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions