Merge pull request #4615 from alexanderkyte/string_error_handling
[mono.git] / mcs / errors / cs0592.cs
index 02dd459cdbe8d4d967aa3a15c4bb231231f84f2f..604b5f8337993add70d8cc68318b7b63888f6f95 100644 (file)
@@ -1,4 +1,4 @@
-// cs0592.cs : Attribute 'Simple' is not valid on this declaration type. It is valid on 'constructor' declarations only.
+// CS0592: The attribute `SimpleAttribute' is not valid on this declaration type. It is valid on `constructor' declarations only
 // Line : 22
 
 using System;