2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs1591-11.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
2 using System;
3
4 namespace Testing
5 {
6         /// <summary>
7         /// description for interface IFoo
8         /// </summary>
9         public interface IFoo
10         {
11                 void Foo ();
12         }
13 }