www.digitalmars.com         C & C++   DMDScript  

D - Yet another reason to get rid of Object.toString()

Apologies in advance if this has already been brought up:

     class UnicodeThingie {
         ....

         // no dice.  wchar is not covariant with char[]
         wchar[] toString() {
         }
     }

  -- andy
Mar 12 2004