Skip to content

Commit

Permalink
ensure symbol in typeNameFor: feenkcom/gtoolkit#4137
Browse files Browse the repository at this point in the history
  • Loading branch information
girba committed Oct 31, 2024
1 parent 0e7fde0 commit b1ad145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GtExtractMethodFromSnippetController >> refactoring [

{ #category : #private }
GtExtractMethodFromSnippetController >> typeNameFor: aRBClass [
^ aRBClass name , (aRBClass isMeta ifTrue: [ ' class' ] ifFalse: [ '' ])
^ (aRBClass name , (aRBClass isMeta ifTrue: [ ' class' ] ifFalse: [ '' ])) asSymbol
]

{ #category : #accessing }
Expand Down

0 comments on commit b1ad145

Please sign in to comment.