In ilasm/tests:
[mcs.git] / errors / cs0023-2.cs
blob0185af9eb27ae16ac3279d904b85be6bab6a9e17
1 // cs0023-2.cs: Operator `+' cannot be applied to operand of type `bool'
2 // Line : 6
4 class X {
5 static void Main () {
6 bool b = +true;