source:
trunk/t3q-examples/checkImportsComeFirst/checkImportsComeFirstGood.ttcn3
@
45
| Last change on this file since 45 was 4, checked in by phdmakk, 15 years ago | |
|---|---|
| File size: 249 bytes | |
| Line | |
|---|---|
| 1 | module checkImportsComeFirst { |
| 2 | import from LibCommon_time all; |
| 3 | import from LibCommon_clock all; |
| 4 | |
| 5 | //imports come first |
| 6 | type record MyRecordType { |
| 7 | integer field1 optional, |
| 8 | charstring field2, |
| 9 | boolean field3 |
| 10 | } |
| 11 | } |
Note: See TracBrowser
for help on using the repository browser.
