2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0029-3.cs
blob63e490e8fe2638679c5f8bde692adba7953e9725
1 // cs0029-3.cs: Cannot implicitly convert type `string' to `int'
2 // Line : 7
4 public class Blah {
6 public enum MyEnum {
7 Foo = "foo",
8 Bar
11 public static void Main ()