Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0188.cs
index 00d508ee340af4e326b6c303f010d9f34302112c..2a8c46966ac66ee2357284fedec5e9c28b8f7e91 100644 (file)
@@ -1,4 +1,4 @@
-// cs0188.cs: The `this' object cannot be used before all of its fields are assigned to
+// CS0188: The `this' object cannot be used before all of its fields are assigned to
 // Line: 6
 
 struct Sample {
@@ -10,5 +10,5 @@ struct Sample {
         void Initialize() {
         }
         
-        string text;
+        public string text;
 }
\ No newline at end of file