зеркало из https://github.com/mono/mail-archives.git
89 строки
3.3 KiB
HTML
89 строки
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 46907][Nor] Changed - Compiles invalid program: compound assignment
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006635.html">
|
|
<LINK REL="Next" HREF="006636.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 46907][Nor] Changed - Compiles invalid program: compound assignment
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 46907][Nor] Changed - Compiles invalid program: compound assignment">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Sat, 26 Jul 2003 13:39:58 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006635.html">[Mono-bugs] [Bug 46792][Nor] Changed - Namespace lookup problem
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006636.html">[Mono-bugs] [Bug 46923][Nor] Changed - MCS fails on explicit cast to delegate
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6634">[ date ]</a>
|
|
<a href="thread.html#6634">[ thread ]</a>
|
|
<a href="subject.html#6634">[ subject ]</a>
|
|
<a href="author.html#6634">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
|
URL shown below and enter your comments there.
|
|
|
|
Changed by <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=46907">http://bugzilla.ximian.com/show_bug.cgi?id=46907</A>
|
|
|
|
--- shadow/46907 Fri Jul 25 12:53:17 2003
|
|
+++ shadow/46907.tmp.14757 Sat Jul 26 13:39:58 2003
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 46907
|
|
Product: Mono/MCS
|
|
Version: unspecified
|
|
OS: unknown
|
|
OS Details:
|
|
-Status: ASSIGNED
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: Misc
|
|
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:miguel@ximian.com">miguel@ximian.com</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -28,6 +28,9 @@
|
|
ArrayList l = h ["hola"] = new ArrayList ();
|
|
}
|
|
}
|
|
|
|
The result value from h ["hola"] is an object, not an ArrayList (I guess
|
|
our compiler inferencing type is that good) :-)
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-07-26 13:39 -------
|
|
+Fixed in CVS.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006635.html">[Mono-bugs] [Bug 46792][Nor] Changed - Namespace lookup problem
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006636.html">[Mono-bugs] [Bug 46923][Nor] Changed - MCS fails on explicit cast to delegate
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6634">[ date ]</a>
|
|
<a href="thread.html#6634">[ thread ]</a>
|
|
<a href="subject.html#6634">[ subject ]</a>
|
|
<a href="author.html#6634">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|