2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0023-10.cs
blob7d0f82f95fa7868dd0f55406231fcddc8c9e99f0
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;