Skip to content

Commit 57ba734

Browse files
committed
Once again
1 parent 0ceb6ad commit 57ba734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test-data/unit/check-python313.test

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ class C[T = None]: ...
33
def f[T = list[int]]() -> None: ...
44
def g[**P = [int, str]]() -> None: ...
55
type A[T, S = int, U = str] = list[T]
6+
[builtins fixtures/tuple.pyi]
7+
[typing fixtures/typing-full.pyi]
68

79
[case testPEP695TypeParameterDefaultBasic]
810
from typing import Callable

0 commit comments

Comments
 (0)