Object.st
changeset 14078 2d03d221276f
parent 14056 24d7f7bf46c7
child 14079 4568576f2690
--- a/Object.st	Tue Apr 03 12:49:38 2012 +0200
+++ b/Object.st	Tue Apr 03 12:57:47 2012 +0200
@@ -525,7 +525,6 @@
     "Modified: 23.4.1996 / 16:00:07 / cg"
 ! !
 
-
 !Object methodsFor:'Compatibility-Dolphin'!
 
 stbFixup: anSTBInFiler at: newObjectIndex
@@ -687,7 +686,6 @@
     "
 ! !
 
-
 !Object methodsFor:'accessing'!
 
 _at:index
@@ -7192,7 +7190,8 @@
 
     "
      Point new byteSize
-     'hello' byteSize
+     'hello' byteSize      
+     'hello' asUnicode16String byteSize      
      (ByteArray with:1 with:2) byteSize
      (FloatArray with:1.5) byteSize
      (DoubleArray with:1.5) byteSize
@@ -9479,11 +9478,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.687 2012-03-08 15:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.688 2012-04-03 10:57:47 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.687 2012-03-08 15:21:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.688 2012-04-03 10:57:47 stefan Exp $'
 !
 
 version_SVN