mirror of https://github.com/astral-sh/ruff
fix test
This commit is contained in:
parent
b90cdfc2f7
commit
1e33d25d1c
|
|
@ -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))
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue