Searched defs:c4 (Results 1 – 16 of 16) sorted by relevance
61 let { a4, b4, c4 } = f15(); variable69 export let { a4, b4, c4 } = f15(); variable
48 const c4: "hello" = c1; // Type "hello" constant76 const c4 = cond ? c3 : "baz"; // "foo" | "bar" | widening "baz" constant133 const c4: 123 = c1; // Type 123 constant161 const c4 = cond ? c3 : 789; // 123 | 456 | widening 789 constant219 const c4 = <"foo">"foo"; constant
26 export const c3 = 0, c4 :string = "", c5 = null; constant
29 class c4 { class
40 let c4: C<any> = new C(); variable
118 const c4 = "abc"; constant218 const c4 = cond ? "abc" : null; constant300 readonly c4 = "abc"; property in C1
67 declare class c4 { class
102 let c4 = new C2<any>(b); variable
78 class c4 { class116 class c4 { class
40 const c4 = c2; constant
48 class c4 { class
211 class c4 { class
165 class c4 extends c2 { class
48 export const c4 = "a"; constant331 export const o1_c4 = o1[c4]; constant
96 let c4 = new C4(); variable
90 let c4 = new C4(); variable