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