[Mono-bugs] [Bug 54839][Min] New - mcs doesn't compile code from DefaultWsdlHelpGenerator.aspx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 10:09:06 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54839

--- shadow/54839	2004-02-25 10:09:06.000000000 -0500
+++ shadow/54839.tmp.9492	2004-02-25 10:09:06.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 54839
+Product: Mono/Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs doesn't compile code from DefaultWsdlHelpGenerator.aspx
+
+Compile the attached file:
+mcs -target:library -r System.Web -r System.Xml -r System.Web.Services 35700.cs
+
+Actual results:
+syntax error, expecting SEMICOLON
+35700.cs(1369) error CS1002: Expecting `;'
+Compilation failed: 1 error(s), 0 warnings
+
+Expected results:
+Compilation succeeded
+
+Additional comments:
+Removing the comment makes it compile.
+Removing the space between '//' and 'Check' makes it compile.