properties
[mono.git] / mcs / errors / cs0466-2.cs
index 3326ec6f147e378b0f36d56a2d7a0124221a7f25..775b0469cf811e125846f01122c3ec4d813045d7 100644 (file)
@@ -1,14 +1,14 @@
-// cs0466: `Base.I.this[params int[]].set': the explicit interface implementation cannot introduce the params modifier\r
-// Line: 10\r
-\r
-interface I\r
-{\r
-       int this [int[] p] { set; }\r
-}\r
-class Base : I\r
-{\r
-       int I.this [params int[] p] { \r
-               set {\r
-               }\r
-       }\r
-}\r
+// cs0466: `Base.I.this[params int[]].set': the explicit interface implementation cannot introduce the params modifier
+// Line: 10
+
+interface I
+{
+       int this [int[] p] { set; }
+}
+class Base : I
+{
+       int I.this [params int[] p] { 
+               set {
+               }
+       }
+}