view nocompile/o/opMulAssign_21_B.d @ 1271:d1a257667ede

fixed opAssign_21 -> opMulAssign_21
author thomask
date Sat, 23 Dec 2006 14:13:51 +0000
parents
children daef239f37cf
line wrap: on
line source

// $HeadURL$
// $Date$
// $Author$

// @author@	Thomas Kühne <thomas-dloop@kuehne.cn>
// @date@	2006-12-23
// @uri@	news:bug-730-3@http.d.puremagic.com/issues/
// @desc@	[Issue 730] New: broken operator handling of ifloat/idouble/ireal

// __DSTRESS_ELINE__ 16

module dstress.nocompile.o.opMulAssign_21_B;

void foo(){
	idouble a = 1.0i;
	a *= 2.0i;
}