Searched defs:c3 (Results 1 – 17 of 17) sorted by relevance
40 const c3: "hello" = "hello"; // Type "hello" constant69 const c3 = cond ? c1 : c2; // "foo" | "bar" constant76 const c4 = cond ? c3 : "baz"; // "foo" | "bar" | widening "baz" constant125 const c3: 123 = 123; // Type 123 constant154 const c3 = cond ? c1 : c2; // 123 | 456 constant161 const c4 = cond ? c3 : 789; // 123 | 456 | widening 789 constant210 const c3 = "foo" as "foo"; constant
26 export const c3 = 0, c4 :string = "", c5 = null; constant
112 const c3 = 3 + 4; constant208 const c3 = cond ? E.A : cond ? true : 123; constant299 readonly c3 = 3 + 4; property in C1358 const c3: [1, "foo"] = [1, "foo"]; constant
25 class c3 { class
58 public get c3() { method in C63 public set c3(value) { } method in C
35 let c3 = new C<number>(); variable
52 class c3 { class
96 let c3 = new C2(a); variable
62 export class c3 { class100 export class c3 { class
36 const c3 = c1; constant
33 class c3 { class
204 class c3 { class
123 class c3 extends c2 { class
58 var c3 = 0, fin3 = 0; variable
86 let c3 = new C3(); variable
79 let c3 = new C3(); variable
26 export const c3 = 1; constant