D - Yet another reason to get rid of Object.toString()
- Andy Friesen (8/8) Mar 12 2004 Apologies in advance if this has already been brought up:
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








Andy Friesen <andy ikagames.com>