Fix #9282 FP Unused private function#4327
Conversation
|
CI failure seems unrelated. |
Yeah - upstream issue. See #4329 (comment) for some of my comments. |
|
The simplification |
|
The build has been fixed - please rebase. |
We can remove that simplification |
stupid question: what is the difference? |
|
I thought you might know why it was done? If the simplification is removed, one or two test cases fails due to an AST error. So I thought it might be easier to just apply the simplification consistently. |
|
The simplification was added here: 1d491bd I believe the simplification was added because it's easier to handle one syntax. But yes it was not simplified properly. If we remove the simplification we must ensure that all code handles both types of syntax. |
No description provided.