[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs0307-3.cs
blob137528f1e9cd6842f2ae979108a83742cd88a0c6
1 // CS0307: The variable `a' cannot be used with type arguments
2 // Line: 9
4 public class Tests
6 public static void Test (int a)
8 a<int> ();