Skip to content

Commit c7f2686

Browse files
committed
Add test for Annotated special member
1 parent 95e86e6 commit c7f2686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_typing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7131,6 +7131,7 @@ def test_special_attrs(self):
71317131
typing.Self: 'Self',
71327132
# Subscribed special forms
71337133
typing.Annotated[Any, "Annotation"]: 'Annotated',
7134+
typing.Annotated[int, 'Annotation']: 'Annotated',
71347135
typing.ClassVar[Any]: 'ClassVar',
71357136
typing.Concatenate[Any, SpecialAttrsP]: 'Concatenate',
71367137
typing.Final[Any]: 'Final',

0 commit comments

Comments
 (0)