Skip to content

Code select missing for type in map constructor expression #452

@eric-milles

Description

@eric-milles

Consider the following:

class Test {
  void meth() {
    new Bean(number: 0, string: '')
  }
}

class Bean {
  Number number
  String string
}

Code select is not available on Bean in "new Bean)...".

Also, if number: 0, string: '' is replaced with /*number: 0, string: ''*/, "number" and "string" are still code selectable.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions