Merge pull request #3773 from mono/bockbuild-integration
[mono.git] / mcs / errors / cs0551.cs
index 5a50a06e7b59389add6a62f2dad3b9a1badf23de..036d2e35e29e44c4d0c63a6a65f680f53e2d1127 100644 (file)
@@ -1,4 +1,4 @@
-// cs0551.cs: Explicit interface implementation `PropertyClass.PropertyInterface.Value' is missing accessor `PropertyInterface.Value.set'
+// CS0551: Explicit interface implementation `PropertyClass.PropertyInterface.Value' is missing accessor `PropertyInterface.Value.set'
 // Line: 9
 
 interface PropertyInterface {