view tests/mini/compile_nested1.d @ 1589:27948fd2e7ef

Fix bug in nested13 minitest. Void functions may no longer return non-void expressions.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 11:01:49 +0100
parents 5bd9a617d297
children
line wrap: on
line source

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