Skip to content

Commit

Permalink
remove unneeded OOType scope
Browse files Browse the repository at this point in the history
  • Loading branch information
SE-FDr authored Nov 13, 2024
1 parent 51b5ddf commit 0f4303d
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 0f4303d

Please sign in to comment.