[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs0307-7.cs
blob97e5c000cfe56fd23851673490d86b2ddb47f6b2
1 // CS0307: The type parameter `a' cannot be used with type arguments
2 // Line: 9
4 public class Tests<a>
6 public static void Test ()
8 a<int> ();