Bump API snapshot submodule
[mono.git] / mcs / tests / test-xml-060.cs
index e20bd6b974323de53d06809481976ccd4e3ed532..827482f25f1c979dc4554d67549f2226fbd25599 100644 (file)
@@ -1,32 +1,31 @@
 // Compiler options: -doc:xml-060.xml /warnaserror /warn:4
 
-       // gmcs documents generic members incorrectly
-       using System.Collections.Generic;
+using System.Collections.Generic;
 
-       namespace Test {
-               /// <remarks>T:Test.DocMe</remarks>
-               /// <seealso cref="T:Test.DocMe`1" />
-               class DocMe {
+namespace Test {
+       /// <remarks>T:Test.DocMe</remarks>
+       /// <seealso cref="T:Test.DocMe`1" />
+       class DocMe {
 
-                       /// <remarks>M:Test.DocMe.UseList(System.Collections.Generic.List{System.Int32})</remarks>
-                       public static void UseList (List<int> list) {}
+               /// <remarks>M:Test.DocMe.UseList(System.Collections.Generic.List{System.Int32})</remarks>
+               public static void UseList (List<int> list) {}
 
-                       /// <remarks>M:Test.DocMe.Main</remarks>
-                       public static void Main ()
-                       {
-                       }
+               /// <remarks>M:Test.DocMe.Main</remarks>
+               public static void Main ()
+               {
                }
+       }
 
-               /// <remarks>T:Test.DocMe`1</remarks>
-               class DocMe<T> {
-                       /// <remarks>M:Test.DocMe`1.UseList(System.Collections.Generic.List{`0})</remarks>
-                       public void UseList (List<T> list) {}
+       /// <remarks>T:Test.DocMe`1</remarks>
+       class DocMe<T> {
+               /// <remarks>M:Test.DocMe`1.UseList(System.Collections.Generic.List{`0})</remarks>
+               public void UseList (List<T> list) {}
 
-                       /// <remarks>M:Test.DocMe`1.UseList`1(System.Collections.Generic.List{``0})</remarks>
-                       public void UseList<U> (List<U> list) {}
+               /// <remarks>M:Test.DocMe`1.UseList`1(System.Collections.Generic.List{``0})</remarks>
+               public void UseList<U> (List<U> list) {}
 
-                       /// <remarks>M:Test.DocMe`1.RefMethod`1(`0@,``0@)</remarks>
-                       public void RefMethod<U> (ref T t, ref U u) {}
-               }
+               /// <remarks>M:Test.DocMe`1.RefMethod`1(`0@,``0@)</remarks>
+               public void RefMethod<U> (ref T t, ref U u) {}
        }
+}