async function func0(): void {} // ^ type.builtin async function func1<T1 as int>() {} // ^ type.builtin // ^ keyword.operator async ($x) ==> $x + 1;