cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

Typescript function definition doesn't work for abstract functions

Open pokey opened this issue 3 years ago • 0 comments

In the following code:

abstract class Foo {
  protected abstract bar(): void;
}

The line containing bar is not considered a function by "funk".

pokey avatar Oct 18 '22 12:10 pokey