// cs0183.cs: the expression is always of the type `x' // Line: class X { static void Main () { int i = 5; if (i is int){ } } }