|
Re: using optional implicit omit [message #1851480 is a reply to message #1851445] |
Wed, 06 April 2022 12:17 |
Adam Knapp Messages: 54 Registered: November 2020 |
Member |
|
|
Hi Bipin,
These are the restrictions related to 'optional "implicit omit"' attribute (see Chapter 2. TTCN-3 Limitations in this
Version from our reference guide):
- The optional "implicit omit" attribute is not applied recursively.
- The optional "implicit omit" attribute can be applied directly to global value and template
definitions, but not to local value and template definitions.
- The optional "implicit omit" attribute can be applied to a module, in which case it will have
effect on global value and template definitions in the module, and local value and template
definitions in the module, with the exception of (local) variable definitions
I assume 'var MyRecord x2' is a local variable in your example, therefore it won't work.
EDIT:
One addition, the attribute is now applied recursively from this commit.
[Updated on: Wed, 06 April 2022 12:52] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04113 seconds