February 22, 2012 [Issue 3927] array.length++; is an error, but ++array.length compiles | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=3927 --- Comment #7 from Salih Dincer <salihdb@hotmail.com> 2012-02-22 09:56:23 PST --- I'm new learning to java language! Just tried it and I see no problem ...:) I thank you for your interest in my code snippets... Best Regards... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 11, 2012 [Issue 3927] array.length++; is an error, but ++array.length compiles | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile_hugs@eml.cc | http://d.puremagic.com/issues/show_bug.cgi?id=3927 Don <clugdbug@yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Version|D1 |D2 Resolution| |FIXED --- Comment #8 from Don <clugdbug@yahoo.com.au> 2012-04-11 01:02:09 PDT --- Fixed, this was a D2-only bug (on D1, ++arr.length doesn't work either). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation