ruff/crates/ruff_python_parser/resources/inline
Bhuminjay Soni f68080b55e
[syntax-error] Default type parameter followed by non-default type parameter (#21657)
## Summary

This PR implements syntax error where a default type parameter is
followed by a non-default type parameter.
https://github.com/astral-sh/ruff/issues/17412#issuecomment-3584088217


## Test Plan

I have written inline tests as directed in #17412

---------

Signed-off-by: 11happy <bhuminjaysoni@gmail.com>
Signed-off-by: 11happy <soni5happy@gmail.com>
2025-12-03 12:01:31 +05:30
..
err [syntax-error] Default type parameter followed by non-default type parameter (#21657) 2025-12-03 12:01:31 +05:30
ok Fix syntax error false positive on alternative `match` patterns (#21362) 2025-11-10 10:51:51 -05:00