joaompneves / tsviz

Typescript UML Visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Abstract function shown as static function

Agadar opened this issue · comments

I have a class that contains an abstract function:

public abstract execute();

In the corresponding diagram, it is reflected as follows:

<static> execute()

Considering the fact that 'abstract' and 'static' are two wildly different keywords, I cannot imagine this is the intended behavior.