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