view tests/mini/compile_nested1.d @ 733:cc8ba72c0350

Nested access to with statement should work now. fixes #105
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 27 Oct 2008 01:40:47 +0100
parents 5bd9a617d297
children
line wrap: on
line source

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