Skip to content

quick fix create method doesn't create named params #24865

@devoncarew

Description

@devoncarew

When quick fixing the following code (method used but not declared):

      tryToAutoConfigure(complainOnFailure: false);

it creates the following method declaration:

  void tryToAutoConfigure(bool arg0) {
  }

Where, it should create something like:

  void tryToAutoConfigure({bool complainOnFailure}) {
  }

@scheglov

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work ondevexp-serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions