source:
trunk/t3q-examples/checkNoUnusedLocalDefinitions/checkNoUnusedLocalDefinitionsOverImport.ttcn3
Last change on this file was 55, checked in by phdmakk, 13 years ago | |
---|---|
File size: 166 bytes |
Rev | Line | |
---|---|---|
[55] | 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.