comparison nocompile/delegate_03.d @ 338:1f6cf5ccfbc9

1) updated rules to dmd-0.119 2) added __DSTRESS_ELINE__ tags
author thomask
date Mon, 21 Mar 2005 20:45:57 +0000
parents 2c9eb7937bb2
children
comparison
equal deleted inserted replaced
337:5c636c0543fe 338:1f6cf5ccfbc9
2 // $Date$ 2 // $Date$
3 // $Author$ 3 // $Author$
4 4
5 // delegates can't be initialized with static member functions or 5 // delegates can't be initialized with static member functions or
6 // non-member functions 6 // non-member functions
7
8 // __DSTRESS_ELINE__ 22
7 9
8 module dstress.nocompile.delegate_03; 10 module dstress.nocompile.delegate_03;
9 11
10 struct MyStruct{ 12 struct MyStruct{
11 static int test(){ 13 static int test(){