difftastic/vendored_parsers/tree-sitter-hack/test/cases/expressions/async.hack

10 lines
80 B
Plaintext

async {
};
async {
concurrent {
await func1();
await func2();
}
};