Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0050-2.cs
index 08d5c8214863fe9b4e7c97cf0a6b6f6786cf9d95..50bef0aaa87baccfd68bd1732015b589d07c7431 100644 (file)
@@ -1,4 +1,4 @@
-// cs0052.cs: Accessibility levels inconsistent. Method type is less accessible than method.
+// CS0050: Inconsistent accessibility: return type `ErrorCS0052' is less accessible than method `Foo.Method()'
 // Line: 10
 
 using System;