```python 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.
"docs" will be misinterpreted to be the docstring of
Type.args.This will be an easy fix once we have #804 merged.