source:
trunk/t3q-examples/checkZeroReferencedModuleDefinitions/checkZeroReferencedModuleDefinitionsWithImports.ttcn3
@
58
Last change on this file since 58 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 319 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | module checkZeroReferencedModuleDefinitionsWithImports { |
2 | import from checkZeroReferencedModuleDefinitions {type comp_1, subtype_2}; | |
3 | ||
4 | //not referenced | |
5 | ||
6 | type component comp_2 extends comp_1 { | |
7 | var subtype_1 localDef_2; | |
8 | port p_2 p2; | |
9 | ||
10 | //... | |
11 | } | |
12 | ||
13 | group g2 { | |
14 | group sg1{ | |
15 | ||
16 | } | |
17 | } | |
18 | ||
19 | } |
Note: See TracBrowser
for help on using the repository browser.