2007-09-18 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / errors / cs0266.cs
index cac378958982f53d4bfe7a293de5f63baf0345ce..ce4cce70e8ae1e27e3a24e620a1267815fc3c30f 100644 (file)
@@ -1,5 +1,5 @@
-// cs0266.cs: Cannot implicitly convert type 'Foo.MyEnumType' to 'uint'. An explicit conversion exists (are you missing a cast?)
-// Line: 10
+// cs0266.cs: Cannot implicitly convert type `Foo.MyEnumType' to `uint'. An explicit conversion exists (are you missing a cast?)
+// Line: 11
 
 public class Foo {
   enum MyEnumType { MyValue }