view tests/mini/compile_nested1.d @ 494:29b901b6b346

Get rid of exception usage in exception handling code.
author Christian Kamm <kamm incasoftware de>
date Sun, 10 Aug 2008 21:57:29 +0200
parents 5bd9a617d297
children
line wrap: on
line source

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