Skip to content

Commit a3d469f

Browse files
Update test-data/unit/check-python310.test
Co-authored-by: Stanislav Terliakov <[email protected]>
1 parent 143f990 commit a3d469f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-data/unit/check-python310.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,7 @@ def test_callable(x: Callable[[object], int]) -> None:
12051205
from typing import Any
12061206
from typing_extensions import Protocol, runtime_checkable
12071207

1208+
@runtime_checkable
12081209
class Proto(Protocol):
12091210
def foo(self, x: int, /) -> object: ...
12101211

0 commit comments

Comments
 (0)