#1242 Inlined empty closures do not properly reflect that they return nil

Closed
opened 4 years ago by herby · 0 comments

This code

|x|
x := 2.
x := true ifTrue: [].
x

actually returns 2.

This code ``` |x| x := 2. x := true ifTrue: []. x ``` actually returns `2`.
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.