[Issue 444] New: Inside a foreach with delegates, void return does not compile
Thomas Kuehne
thomas-dloop at kuehne.cn
Wed Nov 8 07:33:33 PST 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
d-bugmail at puremagic.com schrieb am 2006-10-20:
> http://d.puremagic.com/issues/show_bug.cgi?id=444
> void main()
> {
> int nothing( int delegate(inout int) dg ) {return 0;}
> foreach(int x; ¬hing)
> return;
> }
>
> issues an error on dmd 0.172 (without line number info):
> cannot implicitly convert expression (0) of type int to void
Added to DStress as
http://dstress.kuehne.cn/compile/r/return_10_A.d
Thomas
-----BEGIN PGP SIGNATURE-----
iD8DBQFFUgHLLK5blCcjpWoRAq8UAJ0YYx8jUri/zQNI5Q2jcH0XhTeXHQCfad+P
yvXDTZcuqbqjrvv8XxVg7zg=
=2aCD
-----END PGP SIGNATURE-----
More information about the Digitalmars-d-bugs
mailing list