Skip to content

Commit

Permalink
fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiovandewaeter committed Jul 5, 2024
1 parent d88b0f9 commit 6fe4373
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Extension { #name : #FamixValueOfClosure }

{ #category : #'*Famix-Value-Entities-Extensions' }
FamixValueOfClosure >> mooseNameOn: aStream [

sourceCode
ifNil: [ aStream nextPutAll: '<Closure>' ]
ifNotNil: [ aStream nextPutAll: sourceCode ]
]

0 comments on commit 6fe4373

Please sign in to comment.