Home
last modified time | relevance | path

Searched refs:atoc (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DspellingUncheckedJS.symbols69 const atoc = setIntegral(() => console.log('ok'), 500)
70 >atoc : Symbol(atoc, Decl(spellingUncheckedJS.js, 36, 5))
DspellingUncheckedJS.types111 const atoc = setIntegral(() => console.log('ok'), 500)
112 >atoc : error
/third_party/typescript/tests/cases/conformance/salsa/
DspellingUncheckedJS.ts40 const atoc = setIntegral(() => console.log('ok'), 500) constant