// Compiler options: -doc:xml-062.xml /warnaserror /warn:4 using System; /// /// /// /// public struct Maybe { /// /// /// /// public void Method () { } } /// /// /// /// /// public struct Tuple { /// /// Test /// . /// . /// public TResult Match (params Func>[] ms) { throw new InvalidOperationException (); } } class C { static void Main () { } }