diff nocompile/idouble_02.d @ 400:fa85aed6d38a

added checks for dissallowed conversions between float, ifloat and cfloat
author thomask
date Thu, 07 Apr 2005 13:58:56 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/idouble_02.d	Thu Apr 07 13:58:56 2005 +0000
@@ -0,0 +1,7 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+module dstress.nocompile.idouble_02;
+
+idouble i = 0.5 + 2.0i;