Searched refs:Lesson (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/ |
| D | namecacheTest8_import.ts | 18 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 = {
|
| D | namecacheTest8_export.ts | 31 interface Lesson { interface 45 export { Lesson };
|
| D | namecacheTest7_import.ts | 20 import { subtract, Lesson } from './namecacheTest7_export'; 28 let math: Lesson = {
|
| D | namecacheTest7_export.ts | 42 interface Lesson { interface 49 export { subtract, customType, Lesson };
|
| D | namecacheTest8_export_expected_cache.txt | 5 "#Lesson": "i",
|
| D | namecacheTest7_import_expected_cache.txt | 9 "#Lesson": "i",
|
| D | namecacheTest8_import_expected_cache.txt | 5 "#Lesson": "i",
|
| D | namecacheTest7_export_expected_cache.txt | 5 "#Lesson": "i",
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/ |
| D | import-main.ts | 18 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 = {
|
| D | export.ts | 31 interface Lesson { interface 45 export { Lesson };
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/ |
| D | export.ts | 44 interface Lesson { interface 51 export { subtract, customType, Lesson };
|
| D | import-main.ts | 22 import { subtract, Lesson } from './export'; 30 let math: Lesson = {
|