We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b266f3 commit b944ca1Copy full SHA for b944ca1
crates/ty_python_semantic/resources/mdtest/dataclasses.md
@@ -632,7 +632,7 @@ class Foo:
632
x: int
633
634
reveal_type(Foo.__dataclass_fields__) # revealed: dict[str, Field[Any]]
635
-reveal_type(fields(Foo)) # revealed: @Todo(full tuple[...] support)
+reveal_type(fields(Foo)) # revealed: tuple[Field[Any], ...]
636
```
637
638
## Other special cases
0 commit comments