Home
last modified time | relevance | path

Searched refs:StringTreeCollection (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DclassDoesNotDependOnBaseTypes.ts21 type StringTree = string | StringTreeCollection;
26 class StringTreeCollection extends StringTreeCollectionBase { } class
39 x[0] = new StringTreeCollection;
40 AssertType(x[0] = new StringTreeCollection, "StringTreeCollection");
44 AssertType(new StringTreeCollection, "StringTreeCollection");
45 AssertType(StringTreeCollection, "typeof StringTreeCollection");
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch11796 x[0] = new StringTreeCollection;
11801 +let s1 = new StringTreeCollection();