Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs1540-5.cs
index da3d1210bb8524ebc9e9432ec46af8b4034fe4fc..ba90d8a351c0400eada2b7f6282d402860cfca8f 100644 (file)
@@ -1,4 +1,4 @@
-// cs1540.cs: Cannot access protected member `A.n' via a qualifier of type `B'; the qualifier must be of type `C.N' (or derived from it)
+// CS1540: Cannot access protected member `A.n' via a qualifier of type `B'. The qualifier must be of type `C.N' or derived from it
 // Line: 12
 
 class A {