#1244 Non-local return of inlined send compiles to JS syntax error

Closed
opened 4 years ago by herby · 0 comments

This method:

foo 
  [ ^ true ifTrue: [1] ifFalse: [2] ] value

fails to compile with "Unexpected token 'if'".

This method: ``` foo [ ^ true ifTrue: [1] ifFalse: [2] ] value ``` fails to compile with "Unexpected token 'if'".
Sign in to join this conversation.
No Label
No Milestone
No assignee
1 Participants
Loading...
Cancel
Save
There is no content yet.