Closed Wilfred closed 2 years ago
Treat await and concurrent as keywords, consistent with return or foreach.
await
concurrent
return
foreach
Before:
After:
I've also removed a few references to obsolete syntax. See the first commit.
Treat
await
andconcurrent
as keywords, consistent withreturn
orforeach
.Before:
After:
I've also removed a few references to obsolete syntax. See the first commit.