Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinterfaceDoesNotDependOnBaseTypes.ts21 let x: StringTree;
37 type StringTree = string | StringTreeArray; alias
38 interface StringTreeArray extends Array<StringTree> { }
DclassDoesNotDependOnBaseTypes.ts21 type StringTree = string | StringTreeCollection;
23 [n: number]: StringTree;
28 let x: StringTree;
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch11793 @@ -9,4 +9,6 @@ var x: StringTree;