Home
last modified time | relevance | path

Searched defs:AnotherClass (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/experimental/tskit/go/gen_types/testdata/
Dexpectedambientnamespace1.d.ts11 readonly AnotherClass: AnotherClassConstructor; property
28 export interface AnotherClass extends embind.EmbindObject<AnotherClass> { interface
/third_party/typescript/tests/baselines/reference/
DfunctionImplementationErrors.js47 class AnotherClass { private y; } class
139 function AnotherClass() { class in AnotherClass
DfunctionImplementations.js303 var AnotherClass = /** @class */ (function () { class
304 function AnotherClass() { class in AnotherClass
/third_party/typescript/tests/cases/conformance/functions/
DfunctionImplementationErrors.ts48 class AnotherClass { private y; } class
DfunctionImplementations.ts129 class AnotherClass { private x } class