Closed ajvincent closed 9 months ago
I think the fix goes in MethodDeclarationStructurePrinter.ts. Probably we just need to copy one line from FunctionDeclarationStructurePrinter.ts
I've tested this locally and I believe it will work. I'm going to attempt a fix for this bug, per CONTRIBUTING.md. This specific fix is probably trivial, but I want to add some tests too.
Describe the bug
Version: 21.0.1
To Reproduce
Expected behavior
Actual behavior
Note the missing asterisk before the foo() method.