* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / errors / cs0642.cs
1 class X{
2         static void Main ()
3         {
4                 if (true);
5         }
6 }