ruff/crates/ty_python_semantic/resources/mdtest/generics
David Peter 0986edf427
[ty] Meta-type of type variables should be type[..] (#18439)
## Summary

Came across this while debugging some ecosystem changes in
https://github.com/astral-sh/ruff/pull/18347. I think the meta-type of a
typevar-annotated variable should be equal to `type`, not `<class
'object'>`.

## Test Plan

New Markdown tests.
2025-06-03 15:22:00 +02:00
..
legacy [ty] support callability of bound/constrained typevars (#18389) 2025-05-30 12:01:51 -07:00
pep695 [ty] Meta-type of type variables should be type[..] (#18439) 2025-06-03 15:22:00 +02:00
builtins.md [ty] Support using legacy typing aliases for generic classes in type annotations (#18404) 2025-06-03 12:09:51 +01:00
scoping.md [ty] Infer function call typevars in both directions (#18155) 2025-05-19 11:45:40 -04:00