[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0307-6.cs
blob95227d10211ceea9152626dc82ccef80f7c7edd0
1 // CS0307: The type parameter `a' cannot be used with type arguments
2 // Line: 9
4 public class Tests
6 public static void Test<a> ()
8 a<int> ();