[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs0522.cs
index 86eac46d21cba93a09b3e755d3dc9b9baf534535..bd9b2f6073b2d0bf71c560e70d73a02cd07b7080 100644 (file)
@@ -1,4 +1,4 @@
-// cs0522.cs: 'SampleStruct.SampleStruct(int)' : structs cannot call base class constructors
+// CS0522: `SampleStruct.SampleStruct(int)': Struct constructors cannot call base constructors
 // Line: 5
 
 struct SampleStruct {