2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0019-11.cs
blob8c08f74372c5d54117c91e59ccfdc3002ae81453
1 // cs0019-11.cs: Operator `&&' cannot be applied to operands of type `null' and `null'
2 // Line : 8
4 public class C
6 public static void Main()
8 bool l = (null && null);