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

test for possibility to use tags inside CLASS definition

parent b4adfd3e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ BEGIN
-- First CLASS
EXTENSION ::= CLASS {
&id OBJECT IDENTIFIER UNIQUE,
&id [PRIVATE 0] OBJECT IDENTIFIER UNIQUE,
&ExtnType
} WITH SYNTAX {
SYNTAX &ExtnType
......
......@@ -6,7 +6,7 @@ DEFINITIONS IMPLICIT TAGS ::=
BEGIN
EXTENSION ::= CLASS {
&id OBJECT IDENTIFIER UNIQUE,
&id [PRIVATE 0] OBJECT IDENTIFIER UNIQUE,
&ExtnType
} WITH SYNTAX {
SYNTAX &ExtnType
......
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