**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0184.cs
blob4ff379f60050ed0a40fcf63dbd513f8073385563
1 // cs0184.cs: The expression is never of the provided type
2 // Line:
4 class X {
6 static void Main ()
8 int a = 1;
10 if (a is byte){