Searched refs:SomethingConstructor (Results 1 – 4 of 4) sorted by relevance
8 readonly Something: SomethingConstructor;11 export interface SomethingConstructor { interface
9 readonly Something: SomethingConstructor;17 export interface SomethingConstructor { interface
27 readonly Something: SomethingConstructor;38 export interface SomethingConstructor { interface
130 class SomethingConstructor extends Constructor { class in Chapter2_4Test131 public SomethingConstructor() { in SomethingConstructor() method in Chapter2_4Test.SomethingConstructor147 new SomethingConstructor()); in testExample_2_23()