[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0402.cs
blob0a6af30038702dd05b25af510112487d2107c400
1 // CS0402: `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 ()