2010-03-30 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0402-2.cs
blob63279e154eb7151a95e2afead21bde2c78a843c2
1 // gcs0402-2.cs: `C.Main<T,U>()': an entry point cannot be generic or in a generic type
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 class C
7 public static void Main<T, U> ()