new test
[mono.git] / mcs / errors / gcs0408-2.cs
1 class X<T>
2 {
3         void Foo (T[] t)
4         { }
5
6         void Foo (int[] t)
7         { }
8 }