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