Skip to content

Inline docstring is confused if there is a comment #813

@tristanlatr

Description

@tristanlatr
class Type(_BaseType):
    args: Sequence['Type']

    # location: NodeLocation
    """
    docs
    """

"docs" will be misinterpreted to be the docstring of Type.args.
This will be an easy fix once we have #804 merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions