ruff/crates/red_knot_python_semantic/resources/mdtest/annotations
David Peter 239cbc6f33
[red-knot] Store starred-expression annotation types (#14106)
## Summary

- Store the expression type for annotations that are starred expressions
(see [discussion
here](https://github.com/astral-sh/ruff/pull/14091#discussion_r1828332857))
- Use `self.store_expression_type(…)` consistently throughout, as it
makes sure that no double-insertion errors occur.

closes #14115

## Test Plan

Added an invalid-syntax example to the corpus which leads to a panic on
`main`. Also added a Markdown test with a valid-syntax example that
would lead to a panic once we implement function parameter inference.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-11-05 20:25:45 +01:00
..
starred_expressions.md [red-knot] Store starred-expression annotation types (#14106) 2024-11-05 20:25:45 +01:00
string_annotations.md [red-knot] Do not panic when encountering string annotations (#14091) 2024-11-04 15:06:54 +01:00