[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1104.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)