Skip to content

Commit

Permalink
Merge pull request #55 from MontiCore/SE-FDr-patch-1
Browse files Browse the repository at this point in the history
remove unneeded OOType scope
  • Loading branch information
luepges authored Nov 13, 2024
2 parents 51b5ddf + 0f4303d commit c430889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ component grammar OOSymbols extends BasicSymbols {
* The new symbol OOTypeSymbol mainly adds OO specific properties.
*
*/
interface scope symbol OOType extends Type = Name ;
interface symbol OOType extends Type = Name ;

symbolrule OOType =
isClass: boolean
Expand Down

0 comments on commit c430889

Please sign in to comment.