(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / gcs0408-2.cs
blob56958e827c5bafaeba4373c8dd0e4c1d5e19f115
1 class X<T>
3 void Foo (T[] t)
4 { }
6 void Foo (int[] t)
7 { }