Home
last modified time | relevance | path

Searched defs:wrong (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdestructuringTypeGuardFlow.js16 const wrong: number = bar; constant
32 const wrong: number = bar; constant
44 var wrong = bar; variable
DexcessPropertyCheckWithUnions.js11 let wrong: ADT = { tag: "T", a1: "extra" } variable
12 wrong = { tag: "A", d20: 12 } variable
13 wrong = { tag: "D" } variable
170 var wrong = { tag: "T", a1: "extra" }; variable
171 wrong = { tag: "A", d20: 12 }; variable
172 wrong = { tag: "D" }; variable
/third_party/typescript/tests/cases/compiler/
DdestructuringTypeGuardFlow.ts16 const wrong: number = bar; constant
32 const wrong: number = bar; constant
DintersectionPropertyCheck.ts5 declare let wrong: { a: { y: string } }; variable
DexcessPropertyCheckWithUnions.ts11 let wrong: ADT = { tag: "T", a1: "extra" } variable
/third_party/boost/boost/hana/detail/
Dwrong.hpp30 struct wrong : std::false_type { }; struct
/third_party/node/test/parallel/
Dtest-code-cache.js60 const wrong = []; variable
/third_party/typescript/tests/cases/conformance/jsdoc/
DtypedefMultipleTypeParameters.ts17 var wrong; variable
/third_party/typescript/tests/cases/conformance/types/thisType/
DthisTypeInAccessorsNegative.ts9 wrong: "place" | "time" | "method" | "technique"; property
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dtest_overlay_p_q.hpp139 bool wrong = std::abs(sum) > settings.tolerance; in test_overlay_p_q() local
/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c155 static int assert_u32_noteq(u32 val, u32 wrong, const char *name) in assert_u32_noteq()