fjgandrade / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Support multiple field/variable declarations #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NA

Original issue reported on code.google.com by DanelK...@gmail.com on 31 May 2012 at 9:58

GoogleCodeExporter commented 9 years ago
This would be helpful in a few places -

local variables e.g. int a,b,c;
inside for loops for the initialization

there's a related need for multiple assignment on for loops

for(;p!= null;p = p.Next, count++)

which at present is rejected with "Sequence contains more than one element"

they are all easy to work around but with existing code bases can take some 
time.

Original comment by co...@gravill.com on 18 Jun 2012 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 25 Sep 2013 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by DanelK...@gmail.com on 12 Feb 2014 at 1:04