Home
last modified time | relevance | path

Searched refs:TestString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/indexsignature_class/
Dindexsignature_class.ts26 class TestString {
38 let t2:TestString = new TestString(123);
41 let t3:TestString = new TestString(123);
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DcontextualTypeShouldBeLiteral.ts199 interface TestString { interface
203 type TestGeneric = (TestString | TestObject) & { [k: string]: any; };
/arkcompiler/runtime_core/libpandabase/tests/
Dserializer_test.cpp101 TEST_F(SerializatorTest, TestString) in TEST_F() argument