quote only work on lambda on net_4_0
[mcs.git] / errors / cs1611.cs
blob1a72766a53314cb9182ff6784a8bf2e80a32f7a0
1 // cs1611.cs: The params parameter cannot be declared as ref or out
2 // Line: 6
4 class Test
6 public static void Error (params ref int args) {}