2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0184-4.cs
blob9bdc7dda66c2e4c7a6a5fa3ca46f89f5b44d28d9
1 // CS0184: The given expression is never of the provided (`B') type
2 // Line: 9
3 // Compiler options: -warnaserror -warn:1
5 class B
7 static void Foo ()
9 if (1 is B) {