Home
last modified time | relevance | path

Searched defs:g2 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-12.ts27 g2() { method in C
Dtest-ts-decorators-5.ts26 g2(@f @f a, b, @f {c}){} method in C
Dtest-ts-decorators-7.ts78 g2(a, @paramDecorator1 @paramDecorator2() b){} method in C
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DgenericOfACloduleType1.ts36 let g2 = new G<M.C>() // was: error Type reference cannot refer to container 'M.C'. variable
DgenericOfACloduleType2.ts38 let g2 = new G<M.C>() variable
DcontextualSignatureInstatiationCovariance.ts30 let g2: (a: Animal, t: TallThing) => void; variable
DgenericClassWithObjectTypeArgsAndConstraints.ts63 let g2: G2<D>; variable
83 let g2: G2<D>; variable
DinferringReturnTypeFromConstructSignatureGeneric.ts57 const g2 = g(GenericNumber); constant
DdestructuringWithLiteralInitializers.ts203 function g2([x = 0, y = 0]) { } function
DisomorphicMappedTypeInference.ts416 let g2 = applySpec({ foo: { bar: { baz: (x: any) => true } } }); variable