2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1100.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)