Skip to content

Commit

Permalink
- small comment change.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8900 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 10, 2011
1 parent ceff610 commit 5ee65d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/SCode.mo
Expand Up @@ -155,7 +155,7 @@ uniontype ClassDef
end A;
Here PARTS contains two elements ('extends B' and 'C c')
SCode.DERIVED is used for short class definitions, i.e:
class A = B(modifiers);
class A = B[ArrayDims](modifiers);
SCode.CLASS_EXTENDS is used for extended class definition, i.e:
class extends A (modifier)
new elements;
Expand Down

0 comments on commit 5ee65d2

Please sign in to comment.