Searched refs:funcKind (Results 1 – 1 of 1) sorted by relevance
366 const funcKind: string = hasAsync ? 'Async generator' : 'Generator'; constant367 const message: string = `@Concurrent can not be used on ${funcKind} function declaration.`;