[Mono-bugs] [Bug 54934][Wis] Changed - CodeDOM - CodeMethodReturnStatement() fails to generate C# code
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Mar 2004 14:08:43 -0500 (EST)
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 jaak@zd.com.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=54934
--- shadow/54934 2004-02-27 10:11:00.000000000 -0500
+++ shadow/54934.tmp.12869 2004-03-14 14:08:43.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 54934
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: jaak@zd.com.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -36,6 +36,11 @@
+ if (statement.Expression != null) {
+ GenerateExpression( statement.Expression );
+ }
output.WriteLine ( ";" );
}
+
+------- Additional Comments From jaak@zd.com.pl 2004-03-14 14:08 -------
+Can anyone commmit this trivial patch, please?
+
+It's been two weeks since I reported this and got no response.