http://d.puremagic.com/issues/show_bug.cgi?id=1511 ------- Comment #1 from davidl at 126.com 2007-09-17 22:09 ------- a simplified case is void main() { static assert(is(typeof(""+"3"))); // it doesn't fail } --