This commit is contained in:
Douglas Creager 2025-12-03 16:38:01 -05:00
parent b90cdfc2f7
commit 1e33d25d1c
1 changed files with 1 additions and 1 deletions

View File

@ -678,6 +678,6 @@ def _(x: list[str]):
# TODO: This fails because we are not propagating GenericClass's generic context into the
# Callable that we create for it.
# TODO: revealed: GenericClass[str]
# revealed: Top[GenericClass[Unknown]]
# revealed: Unknown
reveal_type(accepts_callable(GenericClass)(x, x))
```