http://d.puremagic.com/issues/show_bug.cgi?id=1133
------- Comment #1 from baryluk at mpi.int.pl  2007-05-24 17:10 -------
They are also omited after version:
.d
version(id) { x; y; } else { z; h; }
.di
version(id) x; y; else { z; h; }
--