view tests/mini/compile_nested1.d @ 738:ecb429ee0648

Add explicit uint->char cast to get rid of warning.
author Christian Kamm <kamm incasoftware de>
date Thu, 30 Oct 2008 10:15:42 +0100
parents 5bd9a617d297
children
line wrap: on
line source

void append(lazy char[] exp) { char[] s = exp; }