Uh oh!
There was an error while loading. Please reload this page.
Parser: recover on unfinished constructors - #15440
Conversation
2faa149 to
d497964Compareauduchinok
commented
Jun 20, 2023
This is ready. 🙂 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
auduchinok
commented
Jun 22, 2023
Rebased on top of the |
psfinaki
commented
Jun 22, 2023
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
auduchinok
commented
Jun 22, 2023
Alright, I've cherry picked the lost baseline update, and now it's green again 🙂 |
@auduchinok Would it make sense also to cover the case where unfinished code with a private constructor? typeA=private{// Error recovery if { is missing
_B:int}// Error recovery if } is missingstatic memberCreate(b)={_B = b }memberthis.B= this._B |
auduchinok
commented
Jun 26, 2023
@edgarfgp There're no constructors in your code snippet. Speaking about a missing |
edgarfgp
commented
Jun 26, 2023
Thanks for the explanation :) |
Add recovery for various constructors: