cursorless
cursorless copied to clipboard
Typescript function definition doesn't work for abstract functions
In the following code:
abstract class Foo {
protected abstract bar(): void;
}
The line containing bar is not considered a function by "funk".