#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Tue, 04 Oct 2016 12:23:29 +0200
changeset 20519 da1c421ea59c
parent 20518 77c2b5f87612
child 20520 9693cc425d5d
#FEATURE by stefan class: ByteArray changed: #beImmutable
ByteArray.st
--- a/ByteArray.st	Tue Oct 04 12:23:20 2016 +0200
+++ b/ByteArray.st	Tue Oct 04 12:23:29 2016 +0200
@@ -1226,6 +1226,7 @@
 beImmutable
     "make myself write-protected"
 
+    super beImmutable.
     self class == ByteArray ifTrue:[
         self changeClassTo:ImmutableByteArray.
     ] ifFalse:[