Commit a7d32490 authored by v0-e's avatar v0-e

Remove currently not supported class fields in test file 18-class-OK

parent fe574743
...@@ -17,17 +17,13 @@ BEGIN ...@@ -17,17 +17,13 @@ BEGIN
&code INTEGER (0..MAX) UNIQUE, &code INTEGER (0..MAX) UNIQUE,
&Alphabet IA5String DEFAULT {AlphaNumeric}, &Alphabet IA5String DEFAULT {AlphaNumeric},
&ArgType , &ArgType ,
&SupportedArguments &ArgType OPTIONAL,
&ResultType DEFAULT NULL, &ResultType DEFAULT NULL,
&result-if-error &ResultType DEFAULT NULL,
&associated-function FUNCTION OPTIONAL &associated-function FUNCTION OPTIONAL
} }
operator-plus FUNCTION ::= { operator-plus FUNCTION ::= {
&ArgType Pair, &ArgType Pair,
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER, &ResultType INTEGER,
&result-if-error 0,
&code 1 &code 1
} }
......
...@@ -9,17 +9,13 @@ FUNCTION ::= CLASS { ...@@ -9,17 +9,13 @@ FUNCTION ::= CLASS {
&code INTEGER (0..MAX) UNIQUE, &code INTEGER (0..MAX) UNIQUE,
&Alphabet IA5String DEFAULT {AlphaNumeric}, &Alphabet IA5String DEFAULT {AlphaNumeric},
&ArgType , &ArgType ,
&SupportedArguments &ArgType OPTIONAL,
&ResultType DEFAULT NULL, &ResultType DEFAULT NULL,
&result-if-error &ResultType DEFAULT NULL,
&associated-function FUNCTION OPTIONAL &associated-function FUNCTION OPTIONAL
} }
operator-plus FUNCTION ::= { operator-plus FUNCTION ::= {
&ArgType Pair, &ArgType Pair,
&SupportedArguments { PosPair | NegPair },
&ResultType INTEGER, &ResultType INTEGER,
&result-if-error 0,
&code 1 &code 1
} }
......
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