[xbuild] More tweaks for portable debug mode
[mono-project.git] / mcs / errors / cs0023-2.cs
blob8ff165150b8c91f0adef1ce15a8be11bc6ec2ca2
1 // CS0023: The `+' operator cannot be applied to operand of type `bool'
2 // Line : 6
4 class X {
5 static void Main () {
6 bool b = +true;