Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 94567d2

Browse files
perostOpenModelica-Hudson
authored andcommitted
Fix InstExtends.fixCref for fully qualified crefs.
1 parent a35d66e commit 94567d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Compiler/FrontEnd/InstExtends.mo

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1500,6 +1500,12 @@ algorithm
15001500
SCode.Element c;
15011501
Boolean isOutside;
15021502

1503+
case (env, Absyn.CREF_FULLYQUALIFIED())
1504+
algorithm
1505+
env := FGraph.topScope(inEnv);
1506+
then
1507+
fixCref(cache, env, inCref.componentRef, tree);
1508+
15031509
case (env,cref)
15041510
algorithm
15051511
id := Absyn.crefFirstIdent(cref);

0 commit comments

Comments
 (0)