www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - cyclic interfaces crashes dmd .121

reply zwang <nehzgnaw gmail.com> writes:
interface A:B{void f();}
interface B:A{void f();}
Apr 20 2005
parent Thomas Kuehne <thomas-dloop kuehne.thisisspam.cn> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

zwang schrieb am Wed, 20 Apr 2005 16:09:17 +0800:
 interface A:B{void f();}
 interface B:A{void f();}
Added to DStress as http://dstress.kuehne.cn/nocompile/class_15.d http://dstress.kuehne.cn/nocompile/interface_17.d Thomas -----BEGIN PGP SIGNATURE----- iD8DBQFCZk7u3w+/yD4P9tIRAleeAJ9sZqbXdIErThrE/NyWd0v6yX/RxgCfeEYp dJulNqioICsk7zDtfYzfUuY= =CxHu -----END PGP SIGNATURE-----
Apr 20 2005