Skip to content

Mock field proposed for setter has void type #651

@eric-milles

Description

@eric-milles

Consider the following:

class Foo {
  void setBar(String value) {}
}
new Foo().|

Content assist at | includes proposal bar : void - Foo but the type should be String.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions