Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0058.cs
index 82c1e9062a761a8316efb64569be99d6d357010b..e5b0d157266455a5c67a37e5af685acf8d02723b 100644 (file)
@@ -1,4 +1,4 @@
-// cs0058.cs: Incompatible accessibility. Parameter type is less accessible than delegate.
+// CS0058: Inconsistent accessibility: return type `ErrorCS0058' is less accessible than delegate `Foo.Delegate'
 // Line: 10
 
 using System;