On 5/7/2011 7:20 PM, Nick Sabalausky wrote: > Ok, here's a minimal test case: > > string[] foo(string[] a) > { > a[0] = a[0][0..$]; > return a; > } > enum var = foo([""]); > >> dmd test.d > Stack overflow > Thanks!