[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1101.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)