Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0055.cs
index 8995b5d7b36a8349a45d4274d7056f53cafbeb2f..913c0df25e44a0a7e1395677106929f71688ebd7 100644 (file)
@@ -1,4 +1,4 @@
-// cs0055.cs: Inconsistent accessibility: parameter type `ErrorCS0055' is less accessible than indexer `Foo.this[ErrorCS0055]'
+// CS0055: Inconsistent accessibility: parameter type `ErrorCS0055' is less accessible than indexer `Foo.this[ErrorCS0055]'
 // Line:  11
 
 using System;