/third_party/typescript/tests/baselines/reference/ |
D | functionsMissingReturnStatementsAndExpressions.types | 18 return "Okay, because this is a return expression."; 19 >"Okay, because this is a return expression." : "Okay, because this is a return expression." 127 // Okay; not type annotated. 133 // Okay; not type annotated. 140 return "Okay, not type annotated."; 141 >"Okay, not type annotated." : "Okay, not type annotated." 147 // Okay; function return type is union containing void 153 // Okay; function return type is union containing any 181 return "Okay, because this is a return expression."; 182 >"Okay, because this is a return expression." : "Okay, because this is a return expression."
|
D | keyRemappingKeyofResult.symbols | 13 type Okay = Exclude<keyof Orig, never> 14 >Okay : Symbol(Okay, Decl(keyRemappingKeyofResult.ts, 1, 54)) 18 // type Okay = string | number | typeof sym 65 type Okay = keyof Orig; 66 >Okay : Symbol(Okay, Decl(keyRemappingKeyofResult.ts, 21, 63)) 69 let a: Okay; 71 >Okay : Symbol(Okay, Decl(keyRemappingKeyofResult.ts, 21, 63)) 83 // type Okay = string | number | typeof sym 128 type Okay = keyof Orig; 129 >Okay : Symbol(Okay, Decl(keyRemappingKeyofResult.ts, 45, 63)) [all …]
|
D | keyRemappingKeyofResult.js | 5 type Okay = Exclude<keyof Orig, never> 25 type Okay = keyof Orig; 26 let a: Okay; 49 type Okay = keyof Orig; 50 let a: Okay;
|
D | keyRemappingKeyofResult.types | 15 type Okay = Exclude<keyof Orig, never> 16 >Okay : string | number | unique symbol 18 // type Okay = string | number | typeof sym 58 type Okay = keyof Orig; 59 >Okay : string | number | unique symbol | keyof T 61 let a: Okay; 79 // type Okay = string | number | typeof sym 118 type Okay = keyof Orig; 119 >Okay : string | number | unique symbol | keyof T 121 let a: Okay; [all …]
|
D | functionsMissingReturnStatementsAndExpressions.errors.txt | 21 return "Okay, because this is a return expression."; 89 // Okay; not type annotated. 93 // Okay; not type annotated. 98 return "Okay, not type annotated."; 102 // Okay; function return type is union containing void 106 // Okay; function return type is union containing any 128 return "Okay, because this is a return expression.";
|
D | functionsMissingReturnStatementsAndExpressions.symbols | 18 return "Okay, because this is a return expression."; 121 // Okay; not type annotated. 127 // Okay; not type annotated. 134 return "Okay, not type annotated."; 140 // Okay; function return type is union containing void 146 // Okay; function return type is union containing any 174 return "Okay, because this is a return expression.";
|
D | noImplicitAnyIndexing.types | 85 …"0": 0, "1": 1, "2": 2, "Okay that's enough for today.": NaN} : { "0": number; "1": numbe… 99 "Okay that's enough for today.": NaN 100 >"Okay that's enough for today." : number
|
D | noImplicitAnyIndexingSuppressed.types | 84 …"0": 0, "1": 1, "2": 2, "Okay that's enough for today.": NaN} : { "0": number; "1": numbe… 98 "Okay that's enough for today.": NaN 99 >"Okay that's enough for today." : number
|
D | functionTypesLackingReturnTypes.types | 12 // Okay 16 // Okay
|
D | functionTypesLackingReturnTypes.errors.txt | 17 // Okay 20 // Okay
|
D | functionTypesLackingReturnTypes.symbols | 14 // Okay 18 // Okay
|
D | noImplicitAnyIndexing.symbols | 82 "Okay that's enough for today.": NaN 83 >"Okay that's enough for today." : Symbol("Okay that's enough for today.", Decl(noImplicitAnyIndexi…
|
D | noImplicitAnyIndexingSuppressed.symbols | 81 "Okay that's enough for today.": NaN 82 >"Okay that's enough for today." : Symbol("Okay that's enough for today.", Decl(noImplicitAnyIndexi…
|
D | privateNameAndIndexSignature.types | 28 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
|
D | privateNameAndIndexSignature.symbols | 23 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
|
D | privateNameAndIndexSignature.errors.txt | 16 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
|
D | noImplicitAnyIndexingSuppressed.errors.txt | 49 "Okay that's enough for today.": NaN
|
D | noImplicitAnyIndexing.errors.txt | 56 "Okay that's enough for today.": NaN
|
/third_party/typescript/tests/cases/compiler/ |
D | keyRemappingKeyofResult.ts | 5 type Okay = Exclude<keyof Orig, never> alias 25 type Okay = keyof Orig; 26 let a: Okay; 49 type Okay = keyof Orig; 50 let a: Okay;
|
/third_party/glslang/Test/ |
D | preprocessor.bad_arg.vert | 3 = 2) // Okay, one argument, split across newline
|
/third_party/ninja/src/ |
D | parser.cc | 27 FileReader::Okay) { in Load()
|
D | disk_interface.h | 30 Okay, enumerator
|
D | test.cc | 178 return Okay; in ReadFile()
|
/third_party/curl/tests/data/ |
D | test1426 | 51 Okay binary output to terminal
|
/third_party/rust/crates/memchr/bench/data/opensubtitles/ |
D | zh-medium.txt | 125 好吧 艾爾德瑞吉醫生馬上就要來給您打麻醉 Okay, dr. 164 好吧 Okay. 308 好了 我們有培根火腿和甜瓜 還有些意大利布拉塔乾酪 Okay, we got prosciutto and melons, some burrata mozzarella... 367 好 Okay. 372 好 Okay. 811 好吧 打開降落傘吧 Okay. 1035 好吧 Okay, all right. 1182 好吧 我想知道 Okay, I'll bite. 1368 好的 好的 你沒必要跟我發火 Okay, okay!
|