2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / errors / gcs0472-2.cs
blob22f70e526ecac0453c72388e4576f1cf2d9e8da7
1 // CS0472: The result of comparing value type `int' with null is `false'
2 // Line: 8
3 // Compiler options: -warnaserror -warn:2
5 public class X {
6 public static bool Compute (int x)
8 return x == null;