Skip to content
Snippets Groups Projects
Commit cb3aabee authored by Lev Walkin's avatar Lev Walkin
Browse files

added extensibility

parent 04c2317e
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ ModuleTestANYSyntax
BEGIN
T ::= SEQUENCE {
i INTEGER,
any [1] ANY -- Converted into [1] EXPLICIT ANY
i INTEGER OPTIONAL,
any [1] ANY, -- Converted into [1] EXPLICIT ANY
...
}
END
......@@ -6,8 +6,9 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
T ::= SEQUENCE {
i INTEGER,
any [1] EXPLICIT ANY
i INTEGER OPTIONAL,
any [1] EXPLICIT ANY,
...
}
END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment