[Mono-bugs] [Bug 78313][Nor] New - parsing error instead of CS0257

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 6 11:23:07 EDT 2006


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 marek.safar at seznam.cz.

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

--- shadow/78313	2006-05-06 11:23:07.000000000 -0400
+++ shadow/78313.tmp.32360	2006-05-06 11:23:07.000000000 -0400
@@ -0,0 +1,45 @@
+Bug#: 78313
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: parsing error instead of  CS0257
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+
+class Test
+{
+	static int TestX (string format, __arglist, __arglist)
+	{
+	}
+}
+
+Actual Results:
+
+error CS8025: Parsing error
+
+Expected Results:
+
+(3,35): error CS0257: An __arglist parameter must be the last
+        parameter in a formal parameter list
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list