comparison nocompile/interface_03.d @ 374:f87ba6507260

added missing meta-data
author thomask
date Thu, 31 Mar 2005 09:01:33 +0000
parents 3414705c41ac
children
comparison
equal deleted inserted replaced
373:177ce8d13eac 374:f87ba6507260
1 // $HeadURL$
2 // $Date$
3 // $Author$
4
5 // __DSTRESS_ELINE__ 14
6
7 module dstress.nocompile.interface_03;
1 8
2 interface MyInterface{ 9 interface MyInterface{
3 void one(); 10 void one();
4 void two(); 11 void two();
5 } 12 }