Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-xml-064.cs
1 // Compiler options: -doc:xml-064.xml -warnaserror -warn:1
2
3 using System.Collections.Generic;
4
5 /// <returns>A <see cref="IList{Foo}" />.</returns>
6 public class Test
7 {
8         static void Main ()
9         {
10         }
11 }