[Mono-bugs] [Bug 82494][Min] Changed - :: operator is not parsed correctly when used in generics inheritance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 20 07:36:28 EDT 2007
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 jan.oravec at 6com.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=82494
--- shadow/82494 2007-08-20 06:47:36.000000000 -0400
+++ shadow/82494.tmp.23915 2007-08-20 07:36:28.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 82494
Product: Mono: Compilers
Version: 1.2
-OS:
+OS: unknown
OS Details: mono-1.2.4 on amd64
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: jan.oravec at 6com.sk
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -47,6 +47,10 @@
abstract class Foo<T> : x::IDisposable
{
public abstract void Dispose ();
}
Everything compiles OK.
+
+------- Additional Comments From jan.oravec at 6com.sk 2007-08-20 07:36 -------
+It appears that any :: operator mixed with generics result in parse error.
+
More information about the mono-bugs
mailing list