ruff/crates/ty_python_semantic/resources/mdtest/subscript
Carl Meyer c2773b4c6f
[ty] support `type[tuple[...]]` (#21652)
Fixes https://github.com/astral-sh/ty/issues/1649

## Summary

We missed this when adding support for `type[]` of a specialized
generic.

## Test Plan

Added mdtests.
2025-12-01 11:49:26 +01:00
..
assignment_diagnostics.md [ty] implement `TypedDict` structural assignment (#21467) 2025-11-20 13:15:28 -08:00
bytes.md [ty] Integer indexing into `bytes` returns `int` (#18218) 2025-05-20 16:44:12 +02:00
class.md [ty] `__class_getitem__` is a classmethod (#20192) 2025-09-01 11:22:19 +02:00
instance.md [ty] Subscript assignment diagnostics follow-up (#21452) 2025-11-17 11:14:58 +00:00
lists.md [ty] Infer more precise types for collection literals (#20360) 2025-09-17 18:51:50 -04:00
stepsize_zero.md Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
string.md Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
tuple.md [ty] support `type[tuple[...]]` (#21652) 2025-12-01 11:49:26 +01:00