changeset 1499:244375bb549e

[Issue 1158] Missing line number: invalid mixin outside function scope Matti Niemenmaa <deewiant@gmail.com> 2007-04-17 http://d.puremagic.com/issues/show_bug.cgi?id=1158
author thomask
date Mon, 23 Apr 2007 17:57:32 +0000
parents a2706f308596
children 8ef71fc36ff7
files nocompile/m/mixin_31_F.d nocompile/m/mixin_31_G.d
diffstat 2 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_31_F.d	Mon Apr 23 17:57:32 2007 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	 Matti Niemenmaa <deewiant@gmail.com>
+// @date@	2007-04-17
+// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1158
+// @desc@	[Issue 1158] Missing line number: invalid mixin outside function scope
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.m.mixin_31_F;
+
+mixin("1");
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/m/mixin_31_G.d	Mon Apr 23 17:57:32 2007 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	 Matti Niemenmaa <deewiant@gmail.com>
+// @date@	2007-04-17
+// @uri@	http://d.puremagic.com/issues/show_bug.cgi?id=1158
+// @desc@	[Issue 1158] Missing line number: invalid mixin outside function scope
+
+// __DSTRESS_ELINE__ 14
+
+module dstress.nocompile.m.mixin_31_G;
+
+mixin(1);