InlineObject.st
changeset 23634 6d3efff0d654
parent 23633 bf5b24d4ed27
child 24361 776535e4c8b7
--- a/InlineObject.st	Tue Jan 22 17:02:27 2019 +0100
+++ b/InlineObject.st	Tue Jan 22 17:03:14 2019 +0100
@@ -85,6 +85,12 @@
 
 !InlineObject class methodsFor:'instance creation'!
 
+flushMapOfClasses
+    MapOfClasses := nil
+
+    "Created: / 22-01-2019 / 17:02:59 / Claus Gittinger"
+!
+
 slotNames:names values:slotValues
     "return a new inline object given slot names and slot values"