comparison run/t/template_61_C.d @ 1589:c82cb55ee1ea

Fix module headers. Move static_34_A to nocompile: cannot call new for a nested class within a static function.
author Christian Kamm <kamm incasoftware de>
date Mon, 25 Aug 2008 22:05:07 +0200
parents d20691fd37af
children
comparison
equal deleted inserted replaced
1588:d20691fd37af 1589:c82cb55ee1ea
5 // @author@ Bruno Medeiros <brunodomedeiros+bugz@gmail.com> 5 // @author@ Bruno Medeiros <brunodomedeiros+bugz@gmail.com>
6 // @date@ 2007-04-14 6 // @date@ 2007-04-14
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1143 7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1143
8 // @desc@ [Issue 1143] Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters. 8 // @desc@ [Issue 1143] Assertion failure: '0' on line 850 in 'template.c' - On specialization of IFTI template parameters.
9 9
10 // __DSTRESS_ELINE__ 18 10 module dstress.run.t.template_61_C;
11
12 module dstress.nocompile.t.template_61_C;
13 11
14 void foo(T, U : float = T)(char[] data, T t){ 12 void foo(T, U : float = T)(char[] data, T t){
15 } 13 }
16 14
17 int main(){ 15 int main(){