[Mono-bugs] [Bug 78687][Nor] Changed - [GMCS] nested class and constraints
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jun 21 20:23:34 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 martin at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78687
--- shadow/78687 2006-06-21 19:36:31.000000000 -0400
+++ shadow/78687.tmp.15097 2006-06-21 20:23:34.000000000 -0400
@@ -1,22 +1,22 @@
Bug#: 78687
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
-Priority: Blocker
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: kjo22 at cornell.edu
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Summary: Broken generics (another example).
+Summary: [GMCS] nested class and constraints
Another example of broken generic support. I removed unimportant parts.
While parsing the "where" clause, your compiler complains that
Refcollection<K,T> doesn't have member "Element", even though it's there.
The same compiles without problems in Visual Studio.
@@ -29,6 +29,9 @@
{
...
}
...
}
+
+------- Additional Comments From martin at ximian.com 2006-06-21 20:23 -------
+And this is working for me. Setting Priority to a sane value anyways.
More information about the mono-bugs
mailing list