2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0642-7.cs
blob8e73f56dc23fd95ca8a674ce943c85eacaa860e9
1 // cs0642-7.cs : Possible mistaken empty statement
2 // Line: 11
3 // Compiler options: /warnaserror /warn:3
4 using System;
5 public class C
7 public static int p = 0;
8 public static void Foo ()
10 if (p < 5)
12 else
13 Console.WriteLine ();