source:
trunk/t3q-examples/checkImportsComeFirst/checkImportsComeFirstGood.ttcn3
@
4
| Last change on this file since 4 was 4, checked in by phdmakk, 16 years ago | |
|---|---|
| File size: 249 bytes | |
| Rev | Line | |
|---|---|---|
| [4] | 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.
