Is this intended behavior?
Jacob Carlborg
doobnet at gmail.com
Sun Aug 10 06:28:01 PDT 2008
downs wrote:
> Try .id
Yeah that works but I'm porting a library from Java to D so it breaks
the interface and I have to replace every "id" with ".id". For now I
have changed the member variable to "id_" then I can do a global search
and replace for "this.id" and replace to "this.id_". I've solved my
problem but I was wondering if this was the intended behavior or a bug.
More information about the Digitalmars-d
mailing list