Levente Uzonyi uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-ul.819.mcz==================== Summary ====================
Name: System-ul.819
Author: ul
Time: 26 April 2016, 2:01:42.418403 am
UUID: 0bfbfa2e-33dc-438d-90c1-813150917dac
Ancestors: System-mt.818
Added DummyStream >> #next:putAll:startingAt:.
=============== Diff against System-mt.818 ===============
Item was added:
+ ----- Method: DummyStream>>next:putAll:startingAt: (in category 'accessing') -----
+ next: anInteger putAll: aCollection startingAt: anInteger3
+
+ ^aCollection!