Re: [C++ Patch] PR 59120
OK. Jason
[C++ Patch] PR 59120
Hi, we can fix this crash during error recovery very easily, by grouping together the two conditions leading to skip & early return, in complete analogy with the single-declaration case (note that we explicitly commit to tentative parse at the beginning of the function, thus we are good). Tes