mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
8 lines
229 B
Text
8 lines
229 B
Text
async function func0(): void {}
|
|
// ^ @type.builtin
|
|
async function func1<T1 as int>() {}
|
|
// ^ @type.builtin
|
|
// ^ @keyword.operator
|
|
|
|
|
|
async ($x) ==> $x + 1;
|