Allow returning something of type void in a function that returns void
commit0fbcf1524136540807723b4cd88885bd1543b4be
authorThomas Leonard <talex5@gmail.com>
Sun, 19 Oct 2008 19:42:48 +0000 (19 20:42 +0100)
committerThomas Leonard <talex5@gmail.com>
Sun, 19 Oct 2008 19:42:48 +0000 (19 20:42 +0100)
tree866da56ade119e827ba2997f2a4181ec6b77e013
parent347d461e1425c400d4921f0530d9ef13fb3221fd
Allow returning something of type void in a function that returns void

Allow this:

void foo(): return
void bar(): return foo()

Phobos uses this style.
dmd2/statement.c