Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DrecursivelySpecializedConstructorDeclaration.ts26 options: ViewModel<TValue>;
34 export class ViewModel<TValue> extends ItemValue<TValue> {
DgenericClassPropertyInheritanceSpecialization.ts96 class ViewModel<TValue> implements Contract<TValue> { class