source:
trunk/t3q-examples/checkNoUnusedLocalDefinitions/checkNoUnusedLocalDefinitionsOverImport.ttcn3
@
55
| Last change on this file since 55 was 55, checked in by phdmakk, 14 years ago | |
|---|---|
| File size: 166 bytes | |
| Line | |
|---|---|
| 1 | module checkNoUnusedLocalDefinitionsOverImport { |
| 2 | import from checkNoUnusedLocalDefinitions {type all}; |
| 3 | |
| 4 | function f_1 () runs on someComponent{ |
| 5 | p1.send("a"); |
| 6 | } |
| 7 | } |
Note: See TracBrowser
for help on using the repository browser.
