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 0fad5a7 commit 60b7a85Copy full SHA for 60b7a85
crates/ty_ide/src/goto_type_definition.rs
@@ -145,14 +145,14 @@ mod tests {
145
146
assert_snapshot!(test.goto_type_definition(), @r"
147
info[goto-type-definition]: Type definition
148
- --> stdlib/typing.pyi:770:1
+ --> stdlib/typing.pyi:781:1
149
|
150
- 768 | def __class_getitem__(cls, args: TypeVar | tuple[TypeVar, ...]) -> _Final: ...
151
- 769 |
152
- 770 | Generic: type[_Generic]
+ 779 | def __class_getitem__(cls, args: TypeVar | tuple[TypeVar, ...]) -> _Final: ...
+ 780 |
+ 781 | Generic: type[_Generic]
153
| ^^^^^^^
154
- 771 |
155
- 772 | class _ProtocolMeta(ABCMeta):
+ 782 |
+ 783 | class _ProtocolMeta(ABCMeta):
156
157
info: Source
158
--> main.py:4:1
0 commit comments