Declaring an array using the comma operator can be mistaken for declaring a multi-dimensional array as such form is common in other languages. int[3,4,5] xyz; writefln( "xyz.length=%d", xyz.length); Prints xyz.length = 5 Whilst a trivial issue,one would hope that this does not make it into D2.
Fixed DMD2.037.