update readme (#21797)
[mono-project.git] / mcs / tests / test-xml-064.cs
blobfaa3543c315e513225612e51703df926ae74bd61
1 // Compiler options: -doc:xml-064.xml -warnaserror -warn:1
3 using System.Collections.Generic;
5 /// <returns>A <see cref="IList{Foo}" />.</returns>
6 public class Test
8 static void Main ()