Method value syntax does not get parsed as a function #2

Open
opened 2026-07-10 01:07:38 +00:00 by blueplum · 0 comments
Owner

Function value types do, but not method value syntax:

interface A {
    /**
      * Interpreted as A, not A.x()
      */
    x(): number
}
Function value types do, but not method value syntax: ```ts interface A { /** * Interpreted as A, not A.x() */ x(): number } ```
blueplum added the bug label 2026-07-10 01:07:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: blueplum/gen-doctests#2