mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 07:04:53 +00:00
![]() ## Summary Member lookup can be cyclic, with type inference of implicit members. A sample case is shown in the added mdtest. There's no clear way to handle such cases other than to fixpoint-iterate the cycle. Fixes #17457. ## Test Plan Added test. |
||
---|---|---|
.. | ||
mdtest | ||
README.md |
Markdown files within the mdtest/
subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs
integration test.
See crates/red_knot_test/README.md
for documentation of this test format.