sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Override members completion not working on enhanced enums

Open FMorschel opened this issue 5 months ago • 0 comments

Repro:

enum E {
  only;

  const E();

  @overr^
}

We should be given the option to override any object declaration, and if implementing/mixin something, those members too.

FMorschel avatar Jun 13 '25 18:06 FMorschel