diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/o/opMulAssign_21_B.d	Sat Dec 23 14:13:51 2006 +0000
@@ -0,0 +1,18 @@
+// $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;
+}
+