Skip to content

Commit

Permalink
Once again
Browse files Browse the repository at this point in the history
  • Loading branch information
sterliakov committed Jan 13, 2025
1 parent 0ceb6ad commit 57ba734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-data/unit/check-python313.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ class C[T = None]: ...
def f[T = list[int]]() -> None: ...
def g[**P = [int, str]]() -> None: ...
type A[T, S = int, U = str] = list[T]
[builtins fixtures/tuple.pyi]
[typing fixtures/typing-full.pyi]

[case testPEP695TypeParameterDefaultBasic]
from typing import Callable
Expand Down

0 comments on commit 57ba734

Please sign in to comment.