[Mono-bugs] [Bug 57851][Cos] New - incorect error CS1501 for internal parent constructor

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 29 Apr 2004 15:48:19 -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 pcgod@gmx.net.

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

--- shadow/57851	2004-04-29 15:48:19.000000000 -0400
+++ shadow/57851.tmp.29494	2004-04-29 15:48:19.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 57851
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Cosmetic
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pcgod@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: incorect error CS1501 for internal parent constructor
+
+Steps to reproduce the problem:
+1. mcs /t:library test1.cs
+2. mcs /t:library /r:test1.dll test2.cs
+
+Actual Results:
+error CS1501: Can not find a constructor for this argument list
+
+Expected Results:
+error CS0122: 'X.Y.Y(string)' is inaccessible due to its protection level
+
+How often does this happen? 
+always