Require either async override
or override async
(don't allow both)
#43606
Labels
Milestone
async override
or override async
(don't allow both)
#43606
Bug Report
π Search Terms
class async override
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
No errors
π Expected behavior
Possibly error on either
override async
orasync override
.My understanding (from #43533) is that you prefer requiring a specific modifier order. If that's the case, I would have expected an error here.
The text was updated successfully, but these errors were encountered: