remove debug writelines
[mcs.git] / tests / test-xml-040.cs
blob38c3d11f34be2779c5bc26f5d5c14c4ff565f5aa
1 // Compiler options: -doc:xml-040.xml -warnaserror -warn:4
2 using System.Collections;
4 /// <summary><see cref="IDictionary.this[object]" /></summary>
5 public class Test {
6 static void Main () {
9 /// <summary> test indexer doc </summary>
10 public string this [string name] {
11 get { return null; }