2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0019-16.cs
blobab3a191262e85888712ae166cc60caefb91a5f24
1 // CS0019: Operator `+' cannot be applied to operands of type `Program' and `Program'
2 // Line: 8
4 public class Program
6 static void Main ()
8 Program b = default (Program) + default (Program);