TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs1611.cs
blob8df10fac0ce0363000c6c0c057d0d0011e600c29
1 // CS1611: 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) {}