Marcel Taeumel uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-mt.1070.mcz==================== Summary ====================
Name: System-mt.1070
Author: mt
Time: 12 July 2019, 9:57:13.091568 am
UUID: 7fd7c3dd-86d3-2244-8971-02c8e55dca46
Ancestors: System-mt.1069
Refactoring of #literalsDo: - Step 1 of 3.
For more information, see
http://forum.world.st/Please-Review-Refactoring-for-literalsDo-etc-tp5099756p5100896.html.
=============== Diff against System-mt.1069 ===============
Item was added:
+ ----- Method: WrappedBreakpoint>>allLiteralsDo: (in category 'literals') -----
+ allLiteralsDo: aBlock
+ "This method is necessary to show the breakpoint-flag in the browser."
+
+ aBlock value: #break.
+ method allLiteralsDo: aBlock.!
Item was changed:
----- Method: WrappedBreakpoint>>literalsDo: (in category 'literals') -----
literalsDo: aBlock
"This method is necessary to show the breakpoint-flag in the browser."
aBlock value: #break.
+ method literalsDo: aBlock.!
- method literalsDo: aBlock!