[Mono-bugs] [Bug 58098][Nor] Changed - Assignment of out params is not tracked correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 00:36:44 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=58098
--- shadow/58098 2004-05-06 00:14:35.000000000 -0400
+++ shadow/58098.tmp.2114 2004-05-06 00:36:44.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: michi@zeroc.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Assignment of out params is not tracked correctly
mcs complains about the following:
class Y
{
@@ -53,6 +52,9 @@
return _y.bar(i);
needs to read
return _y.bar(out i);
but why does csc compile?
+
+------- Additional Comments From bmaurer@users.sf.net 2004-05-06 00:36 -------
+note to self: investigate