2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs0402.cs
blobe48662d7e5731074585bf09ed54ef02650ccc9ec
1 // gcs0402.cs: `TestClass<T>.Main()': an entry point cannot be generic or in a generic type
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 class TestClass<T>
7 public static void Main ()