"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs0184-2.cs
blob82e7eb30aa95824282fe032937717a47a587cfbb
1 // CS0184: 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);