2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1101.cs
blob239387b37d2edea031d748241ffd79835108be6e
1 // CS1101: The parameter modifiers `this' and `ref' cannot be used altogether
2 // Line: 6
4 static class S
6 static void Foo (ref this string s)