source:
trunk/t3d-examples/exceptAll/moduleImports.ttcn3
@
56
| Last change on this file since 56 was 56, checked in by phdmakk, 14 years ago | |
|---|---|
| File size: 138 bytes | |
| Line | |
|---|---|
| 1 | module moduleImports { |
| 2 | import from moduleDefs all except {const all}; |
| 3 | import from moduleDefs { const a }; |
| 4 | import from moduleDefs all; |
| 5 | } |
Note: See TracBrowser
for help on using the repository browser.
