https://bugzilla.novell.com/show_bug.cgi?id=341205
Summary: gmcs fails to resolve extension method.
Product: Mono: Compilers
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [EMAIL PROTECTED]
Found By: ---
repro:
--
using System;
using System.Collections.Generic;
public static class Foo {
public static IEnumerable<T> Reverse<T> (this IEnumerable<T> self)
{
return self;
}
public static void Main ()
{
int [] data = {0, 1, 2};
var rev = data.Reverse ();
}
}
--
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs