Home
last modified time | relevance | path

Searched defs:Student (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/
Dtest-class-with-overload-method.ts17 class Student { class
Dtest-class.ts17 class Student {} class
Dtest-class-with-static-field.ts17 class Student { class
Dtest-class-1.ts17 class Student { class
Dtest-class-with-abstract-method.ts17 abstract class Student { class
Dtest-interface.ts17 interface Student {} interface
Dtest-function-with-this.ts19 class Student { class
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_running/
Dtest-class.ts17 abstract class Student { class
/arkcompiler/ets_runtime/test/typeinfer/supercall/
Dsupercall.ts27 class Student extends Base { class
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dimport-main.ts17 import type Student from './export'; alias
Dexport.ts17 export default class Student { class
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dexport.ts35 export class Student { class
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js646 class Student extends Person{ class