[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0205.cs
index 25f6050eba286770e3575439b4a975b8bc02f33b..7e8cef78abe9673e8a526d432f86d9839f642e11 100644 (file)
@@ -1,5 +1,6 @@
-// cs0205.cs: Cannot call an abstract base member `A.Foobar()'
-// Line: 20
+// CS0205: Cannot call an abstract base member `A.Foobar()'
+// Line: 21
+
 using System;
 
 public abstract class A