We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acafdf2 commit e5d54bcCopy full SHA for e5d54bc
OMCompiler/Compiler/Script/Interactive.mo
@@ -1117,7 +1117,7 @@ algorithm
1117
algorithm
1118
{Absyn.CREF(componentRef = cr)} := args;
1119
Values.ENUM_LITERAL(index=access) := checkAccessAnnotationAndEncryption(AbsynUtil.crefToPath(cr), p);
1120
- if (access >= 4) then // i.e., Access.diagram
+ if (access >= 2) then // i.e., Access.icon
1121
if not Flags.isSet(Flags.NF_API_NOISE) then
1122
ErrorExt.setCheckpoint("getElementAnnotations");
1123
end if;
0 commit comments