2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / 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;