Skip to content

Commit

Permalink
Quick fix of pharo-project#7165.
Browse files Browse the repository at this point in the history
To be tested.
  • Loading branch information
lesueur-philippe committed Aug 28, 2020
1 parent 7e9033b commit 9b2c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AST-Core/RBParser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ RBParser >> parsePrimitiveObject [
currentToken value = $( ifTrue: [^self parseParenthesizedExpression].
currentToken value = ${ ifTrue: [^self parseArray]].
errorNode := self parserError: 'Variable or expression expected'.
self step.
currentToken isKeyword ifFalse: [ self step ].
^errorNode.
]

Expand Down

0 comments on commit 9b2c274

Please sign in to comment.