[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0551-2.cs
index 01b4b6f6f60e6293cfde43cd5c672e55716e3061..7e49076bb56b6df7f6347f6874789c30e4127a48 100644 (file)
@@ -1,17 +1,17 @@
-// CS0551: Explicit interface implementation `PropertyClass.PropertyInterface.this[bool]' is missing accessor `PropertyInterface.this[bool].get'\r
-// Line: 11\r
-\r
-interface PropertyInterface\r
-{\r
-       int this [bool b] { get; set; }\r
-}\r
-\r
-public class PropertyClass: PropertyInterface\r
-{\r
-       int PropertyInterface.this [bool b] { \r
-               set { \r
-                       return 0;\r
-               } \r
-       }\r
-}\r
-\r
+// CS0551: Explicit interface implementation `PropertyClass.PropertyInterface.this[bool]' is missing accessor `PropertyInterface.this[bool].get'
+// Line: 11
+
+interface PropertyInterface
+{
+       int this [bool b] { get; set; }
+}
+
+public class PropertyClass: PropertyInterface
+{
+       int PropertyInterface.this [bool b] { 
+               set { 
+                       return 0;
+               } 
+       }
+}
+