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