2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0023-2.cs
blob2e57935cb8bd0334a6393257a2d2337c2b04b3b0
1 // cs0023-2.cs: The `+' operator cannot be applied to operand of type `bool'
2 // Line : 6
4 class X {
5 static void Main () {
6 bool b = +true;