[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0184.cs
blobf6bfca66ab837eef32e997be0f6ae95a07d4a441
1 // CS0184: 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){