Searched refs:StringTreeCollection (Results 1 – 2 of 2) sorted by relevance
21 type StringTree = string | StringTreeCollection;26 class StringTreeCollection extends StringTreeCollectionBase { } class39 x[0] = new StringTreeCollection;40 AssertType(x[0] = new StringTreeCollection, "StringTreeCollection");44 AssertType(new StringTreeCollection, "StringTreeCollection");45 AssertType(StringTreeCollection, "typeof StringTreeCollection");
11796 x[0] = new StringTreeCollection;11801 +let s1 = new StringTreeCollection();