Skip to content

Mo completion for the type name in wildcard pattern, in switch #55614

@scheglov

Description

@scheglov
void f(Object? x) {
  switch (x) {
    case StrB^ _:
      break;
  }
}

Metadata

Metadata

Assignees

Labels

P3A lower priority bug or feature requestdevexp-completionIssues with the analysis server's code completion featuredevexp-completion-correctnessIssues with the correctness of the analysis server's code completion featuredevexp-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