// Compiler options: -doc:xml-040.xml -warnaserror -warn:4 using System.Collections; /// public class Test { static void Main () { } /// test indexer doc public string this [string name] { get { return null; } } }