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

Commit

Permalink
Fix Interactive.transformClassInProgram.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost authored and OpenModelica-Hudson committed Mar 25, 2019
1 parent 89078f5 commit 2305d75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Compiler/Script/Interactive.mo
Expand Up @@ -15736,6 +15736,8 @@ algorithm
outProgram := Absyn.PROGRAM(classes, wi);
break;
end if;

acc := cls :: acc;
end while;
end transformClassInProgram;

Expand Down

0 comments on commit 2305d75

Please sign in to comment.