SmallSense__UnionType.st
branchcvs_MAIN
changeset 1099 551db7f747ed
parent 1035 e80138cb34b8
--- a/SmallSense__UnionType.st	Mon Aug 26 09:35:54 2019 +0200
+++ b/SmallSense__UnionType.st	Mon Aug 26 09:36:04 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
 stx:goodies/smallsense - A productivity plugin for Smalltalk/X IDE
 Copyright (C) 2013-2014 Jan Vrany
@@ -176,7 +178,7 @@
     "Enumerate all classes that this type represents"
 
     types notNil ifTrue:[
-        ^types do:[:t|t classesDo: aBlock]    
+        types do:[:t|t classesDo: aBlock]    
     ].
 
     "Modified: / 16-12-2011 / 13:34:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"