Home
last modified time | relevance | path

Searched refs:fn2async (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DarrowFunctionParsingGenericInObject.js17 const fn2async = () => ({ function
56 const fn2async = () => ({
DarrowFunctionParsingGenericInObject.symbols51 const fn2async = () => ({
52 >fn2async : Symbol(fn2async, Decl(arrowFunctionParsingGenericInObject.ts, 15, 5))
DarrowFunctionParsingGenericInObject.types56 const fn2async = () => ({
57 >fn2async : () => { test: <T>(value: T) => Promise<T>; extraValue: () => void; }
/third_party/typescript/tests/cases/compiler/
DarrowFunctionParsingGenericInObject.ts17 const fn2async = () => ({