[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / test-xml-057.cs
1 // Compiler options: -doc:xml-057.xml /warnaserror /warn:4
2
3 namespace Test
4 {
5         using System;
6
7         /// <summary>Documentation Text</summary>
8         public delegate void FirstTestDelegate<T> (T obj) where T : Exception;
9
10         /// <summary>test</summary>
11         public interface TestInterface { }
12 }
13
14 class A
15 {
16         static void Main ()
17         {
18         }
19 }
20