Home
last modified time | relevance | path

Searched refs:Lesson (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest8_import.ts18 import type { Particle, Lesson, Klass, customType } from './namecacheTest8_export';
20 function test(s: Student, p: Particle, l: Lesson, k: Klass, c: customType): void {
29 const math: Lesson = {
DnamecacheTest8_export.ts31 interface Lesson { interface
45 export { Lesson };
DnamecacheTest7_import.ts20 import { subtract, Lesson } from './namecacheTest7_export';
28 let math: Lesson = {
DnamecacheTest7_export.ts42 interface Lesson { interface
49 export { subtract, customType, Lesson };
DnamecacheTest8_export_expected_cache.txt5 "#Lesson": "i",
DnamecacheTest7_import_expected_cache.txt9 "#Lesson": "i",
DnamecacheTest8_import_expected_cache.txt5 "#Lesson": "i",
DnamecacheTest7_export_expected_cache.txt5 "#Lesson": "i",
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dimport-main.ts18 import type { Particle, Lesson, Klass, customType } from './export';
22 function test(s: Student, p: Particle, l: Lesson, k: Klass, c: customType): void {
31 const math: Lesson = {
Dexport.ts31 interface Lesson { interface
45 export { Lesson };
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dexport.ts44 interface Lesson { interface
51 export { subtract, customType, Lesson };
Dimport-main.ts22 import { subtract, Lesson } from './export';
30 let math: Lesson = {