[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs0023-10.cs
blob9d31bb399010c429d120544642f1ab4bfc510f7f
1 // CS0023: The `+' operator cannot be applied to operand of type `X'
2 // Line : 6
4 class X {
5 static X x;
6 static object o = +x;