[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1100.cs
blob35e3c294c39fbfd54b514c537cdc1651221a9148
1 // CS1100: The parameter modifier `this' can only be used on the first parameter
2 // Line: 6
4 static class S
6 static void Foo (bool b, this string s)