You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Util.gettext("Cannot assign slice to non-initialized array %s."));
614
614
public constant MessageEXTERNAL_ARG_WRONG_EXP=MESSAGE(227, TRANSLATION(), ERROR(),
615
615
Util.gettext("Expression %s cannot be an external argument. Only simple identifiers, constant scalars, and size-expressions are allowed."));
616
+
public constant MessageOPERATOR_FUNCTION_NOT_EXPECTED=MESSAGE(228, TRANSLATION(), ERROR(),
617
+
Util.gettext("Only classes of type 'operator record' may contain elements of type 'operator function'; %s was found in a class that has restriction '%s'."));
618
+
public constant MessageOPERATOR_FUNCTION_EXPECTED=MESSAGE(229, TRANSLATION(), ERROR(),
619
+
Util.gettext("'operator record' classes may only contain elements of type 'operator function'; %s has restriction '%s'."));
616
620
617
621
public constant MessageUNBOUND_PARAMETER_WITH_START_VALUE_WARNING=MESSAGE(499, TRANSLATION(), WARNING(),
618
622
Util.gettext("Parameter %s has no value, and is fixed during initialization (fixed=true), using available start value (start=%s) as default value."));
0 commit comments