Searched defs:prop2 (Results 1 – 14 of 14) sorted by relevance
41 get prop2(): number { method in b49 set prop2(val: number) { method in b56 get prop2(): number { method in c
38 get prop2(): number { method in b45 set prop2(val: number) { method in b52 get prop2(): number { method in c
54 get prop2(): string { method in Two59 set prop2(s: string) { } method in Two
50 prop2 = function() { property in A96 prop2 = () => this; property in B
49 let prop2: Y<string[], <Tany>() => Tany>; // No space after second type argument variable52 let prop2: Y<string[], <Tany>() => Tany>; // space after second type argument variable
36 public prop2 = { property in b
33 public prop2 = { property in b
70 prop2: boolean|string; variable
159 public prop2(a: number): number; method in c
26 prop2: string; property32 prop2 = "world"; property in C2
27 prop2 = this.prop; property in A36 prop2 = this.prop; property in B
22 prop2 = "base_prop2"; property in Base
31 static prop2: number = 2; property in A
45 static prop2 = 2; property in A