Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / errors / cs0188.cs
index de821506763e09cf1c50a15a7ed672d4a682932c..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