This D2 program asserts with v2.047beta: import std.bigint: BigInt; void main() { BigInt r = 10; r = r * 2; assert(r == BigInt(20)); }
Ouch. "Doesn't work well", like building a ship out of spaghetti doesn't work well. Fixed in Phobos svn 1625.