[interp] Don't check for exception in native wrappers (#14184)
[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)