[Mono-bugs] [Bug 78497][Min] Changed - using generic with wrong number of types should produce CS0305
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 9 09:54:18 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=78497
--- shadow/78497 2006-09-14 06:58:50.000000000 -0400
+++ shadow/78497.tmp.6000 2006-10-09 09:54:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 78497
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: scottell.lists at gmail.com
QAContact: mono-bugs at ximian.com
@@ -47,6 +47,9 @@
$ gmcs cs0305.cs
cs0305.cs(9,7): error CS0246: The type or namespace name `MyList`2' could
not be found. Are you missing a using directive or an assembly reference?
Compilation failed: 1 error(s), 0 warnings
I think Mono should give an CS0305 error.
+
+------- Additional Comments From marek.safar at seznam.cz 2006-10-09 09:54 -------
+Fixed in SVN
More information about the mono-bugs
mailing list