2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0019-17.cs
blob5ad4d3d2641ee446440ae055046b2ece373e6f6b
1 // CS0019: Operator `==' cannot be applied to operands of type `int' and `string'
2 // Line: 8
4 class S
6 static int i;
8 static bool Foo ()
10 return i == "";