http://d.puremagic.com/issues/show_bug.cgi?id=3746



--- Comment #13 from yebblies <yebbl...@gmail.com> 2011-06-14 08:51:36 PDT ---
Without this feature, what should happen with lazy void?

void lf(lazy void a) { a; }

void main()
{
   int i;
   lf(i++);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to