2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0184-2.cs
blob5d4e5deea9c25b683e8f97e896d5a02d937ec9e0
1 // cs0184.cs: The given expression is never of the provided (`string') type
2 // Line: 7
3 // Compiler options: -warnaserror -warn:1
5 class A {
6 static void Main () {
7 System.Console.WriteLine (null is string);