Home
last modified time | relevance | path

Searched defs:C22 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DinterfaceExtendsObjectIntersection.js53 class C22 extends Constructor<Identifiable<T1>>() { x: string } class
138 function C22() { class in C22
/third_party/typescript/tests/cases/conformance/parser/ecmascript2018/asyncGenerators/
Dparser.asyncGenerators.classMethods.es2018.ts130 class C22 { class
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts54 class C22 extends Constructor<Identifiable<T1>>() { x: string } class