Skip to content

"<unknown>" in breadcrumb for private constructor #5919

@DanTup

Description

@DanTup

I fixed some of these recently, but this one still seems broken?

Image
class FactoryWithoutType {
  FactoryWithoutType._();
  factory() => FactoryWithoutType._();
  factory named() => FactoryWithoutType._();

Metadata

Metadata

Assignees

No one assigned

    Labels

    in editorRelates to code editing or language featuresin lsp/analysis serverSomething to be fixed in the Dart analysis serveris bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions