Example code: main() async { var x = 0; await x++; } yields: runtime/vm/scopes.h:62: error: expected: HasIndex() Aborted (core dumped)