[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / tests / gtest-178.cs
1 public interface Foo
2 {
3         T Test<T> ()
4                 where T : class;
5 }
6
7 class X
8 {
9         public static void Main ()
10         { }
11 }