mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 01:00:05 +08:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
async function func0(): void {}
|
|
// ^ type.builtin
|
|
async function func1<T1 as int>() {}
|
|
// ^ type.builtin
|
|
// ^ keyword.operator
|
|
|
|
|
|
async ($x) ==> $x + 1;
|