2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0184.cs
blobd7db7918de029a82fa80c60cc38e2a6486212916
1 // cs0184.cs: The given expression is never of the provided (`byte') type
2 // Line:
3 // Compiler options: -warnaserror -warn:1
5 class X {
7 static void Main ()
9 int a = 1;
11 if (a is byte){