#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 07 Jun 2018 20:29:50 +0200
changeset 23059 06812cac0b2b
parent 23058 b532f52a61a6
child 23060 4220704d8a1f
#REFACTORING by cg class: Behavior moved: #mutableClass
Behavior.st
--- a/Behavior.st	Thu Jun 07 20:29:37 2018 +0200
+++ b/Behavior.st	Thu Jun 07 20:29:50 2018 +0200
@@ -4005,6 +4005,16 @@
     "
 !
 
+mutableClass
+    "Return a version of me with mutable instances.
+     Only redefined in the immutable collections 
+     (of which instances are created by the compiler)"
+
+    ^ self
+
+    "Created: / 07-06-2018 / 20:26:46 / Claus Gittinger"
+!
+
 subclasses
     "return a collection of the direct subclasses of the receiver"