Home
last modified time | relevance | path

Searched refs:Okay (Results 1 – 25 of 54) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DfunctionsMissingReturnStatementsAndExpressions.types18 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."
DkeyRemappingKeyofResult.symbols13 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 …]
DkeyRemappingKeyofResult.js5 type Okay = Exclude<keyof Orig, never>
25 type Okay = keyof Orig;
26 let a: Okay;
49 type Okay = keyof Orig;
50 let a: Okay;
DkeyRemappingKeyofResult.types15 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 …]
DfunctionsMissingReturnStatementsAndExpressions.errors.txt21 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.";
DfunctionsMissingReturnStatementsAndExpressions.symbols18 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.";
DnoImplicitAnyIndexing.types85 …"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
DnoImplicitAnyIndexingSuppressed.types84 …"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
DfunctionTypesLackingReturnTypes.types12 // Okay
16 // Okay
DfunctionTypesLackingReturnTypes.errors.txt17 // Okay
20 // Okay
DfunctionTypesLackingReturnTypes.symbols14 // Okay
18 // Okay
DnoImplicitAnyIndexing.symbols82 "Okay that's enough for today.": NaN
83 >"Okay that's enough for today." : Symbol("Okay that's enough for today.", Decl(noImplicitAnyIndexi…
DnoImplicitAnyIndexingSuppressed.symbols81 "Okay that's enough for today.": NaN
82 >"Okay that's enough for today." : Symbol("Okay that's enough for today.", Decl(noImplicitAnyIndexi…
DprivateNameAndIndexSignature.types28 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
DprivateNameAndIndexSignature.symbols23 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
DprivateNameAndIndexSignature.errors.txt16 …this["#foo"] = 3; // Okay (type has index signature and "#foo" does not collide with private i…
DnoImplicitAnyIndexingSuppressed.errors.txt49 "Okay that's enough for today.": NaN
DnoImplicitAnyIndexing.errors.txt56 "Okay that's enough for today.": NaN
/third_party/typescript/tests/cases/compiler/
DkeyRemappingKeyofResult.ts5 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/
Dpreprocessor.bad_arg.vert3 = 2) // Okay, one argument, split across newline
/third_party/ninja/src/
Dparser.cc27 FileReader::Okay) { in Load()
Ddisk_interface.h30 Okay, enumerator
Dtest.cc178 return Okay; in ReadFile()
/third_party/curl/tests/data/
Dtest142651 Okay binary output to terminal
/third_party/rust/crates/memchr/bench/data/opensubtitles/
Dzh-medium.txt125 好吧 艾爾德瑞吉醫生馬上就要來給您打麻醉 Okay, dr.
164 好吧 Okay.
308 好了 我們有培根火腿和甜瓜 還有些意大利布拉塔乾酪 Okay, we got prosciutto and melons, some burrata mozzarella...
367Okay.
372Okay.
811 好吧 打開降落傘吧 Okay.
1035 好吧 Okay, all right.
1182 好吧 我想知道 Okay, I'll bite.
1368 好的 好的 你沒必要跟我發火 Okay, okay!

123