[Mono-bugs] [Bug 78712][Nor] Changed - [GMCS] Wrong error given with poorly formed generic syntax
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Jul 15 13:43:08 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=78712
--- shadow/78712 2006-06-26 13:42:54.000000000 -0400
+++ shadow/78712.tmp.24468 2006-07-15 13:43:08.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 78712
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: abockover at novell.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Wrong error given with poorly formed generic syntax
+Summary: [GMCS] Wrong error given with poorly formed generic syntax
When leaving out the generic on a variable, gmcs says the B type or
namespace could not be found when in fact it should say something like "B
type requires " (C# Error 0305, I think?)
B b = new A<B>();
More information about the mono-bugs
mailing list