2009-07-20 Geoff Norton <gnorton@novell.com>
[mono-project.git] / mcs / 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);