bug in assigning to dynamic array element

Dan Olson via Digitalmars-d digitalmars-d at puremagic.com
Sun Nov 2 09:25:54 PST 2014


Like D, Java is LTR evaluation for assignment, and I think C# too.  A
similar situation to OP code can be created in Java by reassigning an
array reference in saveIt().


More information about the Digitalmars-d mailing list