[red-knot] Infer Unknown for the loop var in async for loops (#13243)

This commit is contained in:
Alex Waygood 2024-09-04 15:24:58 +01:00 committed by GitHub
parent 0512428a6f
commit e965f9cc0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 83 additions and 9 deletions

View file

@ -672,6 +672,7 @@ where
ForStmtDefinitionNodeRef {
iterable: &node.iter,
target: name_node,
is_async: node.is_async,
},
);
}