[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-xml-061.cs
blobce371ebfd88f653ee97d62896e7b138ee685a404
1 // Compiler options: -doc:xml-061.xml /warnaserror /warn:4
3 class Test
5 static void Main ()
10 ///<summary>summary</summary>
11 public interface Interface
13 ///<summary>Problem!</summary>
14 int this[int index]
16 get;