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

4 lines
43 B
Plaintext

function func(): void {
await 'await';
}