## Summary - Add support for eq, kw_only, and frozen parameter overrides in @dataclass_transform - Previously only order parameter override was supported - Update test documentation to reflect fixed behavior - Resolves issue where kw_only_default and frozen_default could not be overridden closes https://github.com/astral-sh/ty/issues/1260 ## Test Plan New Markdown tests --------- Co-authored-by: David Peter <mail@david-peter.de>
Markdown files within the mdtest/ subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs integration test.
See crates/ty_test/README.md for documentation of this test format.