changed #as: comment
authorStefan Vogel <sv@exept.de>
Thu, 03 May 2007 18:24:31 +0200
changeset 10539 05541b0358c2
parent 10538 7db2e140567f
child 10540 ccead52b3fd9
changed #as: comment
Object.st
--- a/Object.st	Wed May 02 17:49:49 2007 +0200
+++ b/Object.st	Thu May 03 18:24:31 2007 +0200
@@ -266,7 +266,6 @@
     "Modified: / 4.8.1999 / 08:54:06 / stefan"
 ! !
 
-
 !Object class methodsFor:'Compatibility-ST80'!
 
 rootError
@@ -508,7 +507,6 @@
     "Modified: 23.4.1996 / 16:00:07 / cg"
 ! !
 
-
 !Object methodsFor:'Compatibility-Dolphin'!
 
 trigger:anAspect
@@ -2022,6 +2020,8 @@
     "
      #[1 2 3 4] as:ByteArray
      #[1 2 3 4] as:Array
+     #[81 82 83 84] as:String
+     #[81 82 83 84] as:Symbol
     "
 !
 
@@ -8774,7 +8774,7 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.585 2007-04-25 11:15:01 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.586 2007-05-03 16:24:31 stefan Exp $'
 ! !
 
 Object initialize!