Revert "doh, miscopied file names."
[mono-project.git] / mcs / errors / cs1720-3.cs
blobe4243a78c28947f04aee0bf0e7331b55126aac69
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());