# HG changeset patch # User thomask # Date 1177351052 0 # Node ID 244375bb549ed87ca4159fa60ce56871b4fcd343 # Parent a2706f3085969e822998c8b0fb1148a6a3e7f397 [Issue 1158] Missing line number: invalid mixin outside function scope Matti Niemenmaa 2007-04-17 http://d.puremagic.com/issues/show_bug.cgi?id=1158 diff -r a2706f308596 -r 244375bb549e nocompile/m/mixin_31_F.d --- /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 +// @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"); diff -r a2706f308596 -r 244375bb549e nocompile/m/mixin_31_G.d --- /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 +// @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);