Commit cb3aabee authored by Lev Walkin's avatar Lev Walkin

added extensibility

parent 04c2317e
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment