Skip to content

Quick Assist "Replace method call with property expression" does not work on setter with named argument(s) #1278

@eric-milles

Description

@eric-milles

Consider the following:

void setX(Map map) {
}
setX(p1:null, 'p2' : new Object() )

Executing "Replace method call with property expression" (Ctrl+Shift+,) on "setX" does not replace setX(p1:null, 'p2' : new Object() ) with x = [p1:null, 'p2' : new Object() ].

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions