Skip to content

Commit

Permalink
Revert back the implementation to restore tests about Continuations.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-nocentini committed Aug 24, 2021
1 parent 16f9466 commit 8079ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/UndefinedObject.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ UndefinedObject >> asCollectionElement [
{ #category : #dispatched }
UndefinedObject >> asLinkPrepend: anObject [

^ anObject asLink
^ ValueLink value: anObject
]

{ #category : #accessing }
Expand Down

0 comments on commit 8079ed2

Please sign in to comment.