- 1
- 2
- 3
- 4
- 5
- 6
Note that async is a contextual keyword. In all syntactic contexts other than the ones above it is considered an identifier.
Thus, the following is allowed (though strongly discouraged!):
using async = System.Threading.Tasks.Task;
…
async async async(async async) { }
Каг-бэ намикае нам...
Внезапно сделать async зарезервированным кейвордом, потеряв совместимость со старыми версиями?