New semantic analyzer: placeholder nodes from self.x assignment #6338
Labels
bug
mypy got something wrong
priority-1-normal
semantic-analyzer
Problems that happen during semantic analysis
This test case generates unexpected output:
The first assignment should take precedence, even though it contains a forward reference. We could probably support this by inserting a placeholder node into the class symbol table.
Follow-up to #6336.
The text was updated successfully, but these errors were encountered: