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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=541593#c1


Seiya Yazaki <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Seiya Yazaki <[email protected]>  2009-09-23 17:41:41 MDT 
---
But gmcs can successfully compile following code.

namespace SUtils {
    public partial struct STuple<Ta> {    // First partial struct declaration
        private readonly Ta a;
        public STuple(Ta a) { this.a = a; }
    }
    public partial struct STuple<Ta> { }   // Second partial struct declaration
}

It seems that gmcs cannot successfully compile when we locate constructor in
second partial struct declaration.

-- 
Configure bugmail: http://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

Reply via email to