cleol
[mcs.git] / errors / gcs1104.cs
blob4a0f5ed3e27eb3b962ce387717647181454b2182
1 // CS1104: The parameter modifiers `this' and `params' cannot be used altogether
2 // Line: 6
4 static class S
6 static void Foo (params this int[] o)