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