http://bugzilla.novell.com/show_bug.cgi?id=624661

http://bugzilla.novell.com/show_bug.cgi?id=624661#c0


           Summary: dmcs fails to parse generic form in xml docs
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Repro:

<<<<<
using System;

namespace System.Linq.Expressions {

    class Program {

        /// <summary>
        /// Defines a <see cref="Expression{TDelegate}"/> node.
        /// </summary>
        public static void Main ()
        {
        }
    }
}
<<<<<

It fails on Expression{TDelegate} which most probably expresses
Expression<TDelegate>.

Blocks IronRuby 1.1 compilation which is built as warnaserror.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to