ImmutableByteArray.st
branchjv
changeset 20579 9add81aadb7a
parent 19431 3e697e4bcbf5
parent 20524 6b3c5f464f78
child 23547 c69c97cec351
--- a/ImmutableByteArray.st	Mon Oct 03 12:44:41 2016 +0100
+++ b/ImmutableByteArray.st	Sun Oct 09 21:28:18 2016 +0100
@@ -206,6 +206,12 @@
     ^ self
 !
 
+beMutable
+    "you never go back"
+
+    ^ self shouldNotImplement
+!
+
 beUnsigned
     "that's what I am-"