[red-knot] Add type inference for loop variables inside comprehension scopes (#13251)

This commit is contained in:
Alex Waygood 2024-09-09 16:22:01 -04:00 committed by GitHub
parent ac720cd705
commit 6f53aaf931
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 371 additions and 15 deletions

View file

@ -689,6 +689,7 @@ where
iterable: &node.iter,
target: name_node,
first,
is_async: node.is_async,
},
);
}