[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs0122-20.cs
index 21b42aa0419aa8761493ff25cc5ec6c264a0eaa5..26bc2a4c5164c497f98fec5cde5653b9b4e4684a 100644 (file)
@@ -1,4 +1,4 @@
-// cs0122-20.cs: `A.B' is inaccessible due to its protection level
+// CS0122: `A.B' is inaccessible due to its protection level
 // Line: 4
 
 using C = A.B;