2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs1720.cs
blob594122440774e21dd3d70f0dc1a7411f35235901
1 // CS1720: Expression will always cause a `System.NullReferenceException'
2 // Line: 11
3 // Compiler options: -warnaserror -warn:1
5 using System;
7 public class Tester
9 public static void Foo ()
11 Console.WriteLine(default(Tester).ToString());