[Mono-bugs] [Bug 27997][Wis] New - Multiple semicolons

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Jul 2002 13:04:34 -0000


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 martin@gnome.org.

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

--- shadow/27997	Fri Jul 19 09:04:34 2002
+++ shadow/27997.tmp.22290	Fri Jul 19 09:04:34 2002
@@ -0,0 +1,25 @@
+Bug#: 27997
+Product: Mono/MCS
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Misc
+AssignedTo: martin@gnome.org                            
+ReportedBy: martin@gnome.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Multiple semicolons
+
+This won't work:
+
+	int Foo () {
+		return 5;;
+	}
+
+Assigned to myself, I'll fix this later on.