Home
last modified time | relevance | path

Searched defs:e15 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnoUncheckedIndexedAccess.js85 const e15: string = symbolMap[s]; // Should OK constant
175 var e15 = symbolMap[s]; // Should OK variable
DobjectLiteralErrors.js18 var e15 = { "100": 0, 1e2: 0 }; variable
72 var e15 = { "100": 0, 1e2: 0 }; variable
/third_party/typescript/tests/cases/conformance/expressions/objectLiterals/
DobjectLiteralErrors.ts19 var e15 = { "100": 0, 1e2: 0 }; variable
/third_party/typescript/tests/cases/conformance/pedantic/
DnoUncheckedIndexedAccess.ts87 const e15: string = symbolMap[s]; // Should OK constant