#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Wed, 28 Aug 2019 11:26:51 +0200
changeset 4535 518bbc0a04aa
parent 4534 cc486485b1ae
child 4536 cfdcc9ecbc7d
#REFACTORING by exept class: Parser changed: #primary_identifier removed unneeded withCRs
Parser.st
--- a/Parser.st	Tue Aug 27 15:09:23 2019 +0200
+++ b/Parser.st	Wed Aug 28 11:26:51 2019 +0200
@@ -8549,7 +8549,7 @@
                     ParserFlags allowAssignmentToMethodArgument:true.
                     ex proceed.
                 ] do:[
-                    self parseError:'assignment to method argument.' withCRs position:pos1 to:pos2.
+                    self parseError:'assignment to method argument.' position:pos1 to:pos2.
                     self clearErrorFlag. "ok, user wants it - so he'll get it"
                     assignmentAllowed := true.  "/ if proceeded
                 ].