diff dmd/FuncExp.d @ 58:ecf732dfe11e

Statement.error Dsymbol.equals SuperExp.toCBuffer DotVarExp.isLvalue FuncExp.toChars
author korDen
date Sat, 21 Aug 2010 14:52:59 +0400
parents 51605de93870
children 2e2a5c3f943a
line wrap: on
line diff
--- a/dmd/FuncExp.d	Sat Aug 21 14:46:32 2010 +0400
+++ b/dmd/FuncExp.d	Sat Aug 21 14:52:59 2010 +0400
@@ -91,7 +91,7 @@
 
 	string toChars()
 	{
-		assert(false);
+		return fd.toChars();
 	}
 
 	void toCBuffer(OutBuffer buf, HdrGenState* hgs)