2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / gcs1102.cs
blob81c7c70cfe92b8524fe4506a3136f94314c3b669
1 // CS1102: The parameter modifiers `this' and `out' cannot be used altogether
2 // Line: 6
4 static class S
6 static void Foo (this out string s)