Home
last modified time | relevance | path

Searched refs:ClassInterface (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DmixinOverMappedTypeNoCrash.symbols2 export type ClassInterface<C> = {
3 >ClassInterface : Symbol(ClassInterface, Decl(mixinOverMappedTypeNoCrash.ts, 0, 0))
26 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>
31 >ClassInterface : Symbol(ClassInterface, Decl(mixinOverMappedTypeNoCrash.ts, 0, 0))
DmixinOverMappedTypeNoCrash.types2 export type ClassInterface<C> = {
3 >ClassInterface : ClassInterface<C>
18 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>
/third_party/typescript/tests/cases/compiler/
DmixinOverMappedTypeNoCrash.ts3 export type ClassInterface<C> = { alias
12 type Constructor<I extends Object, C = any> = ClassInterface<C> & InstanceInterface<I>
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs182 [ClassInterface(ClassInterfaceType.None)]