Flush (work in progress)
[mono.git] / mcs / errors / cs1739-2.cs
index bcf6c1802298fcce4e7016b6b1123d79bd3fda5e..13328629b4c690a6e6c5b861621dca63837293aa 100644 (file)
@@ -1,6 +1,5 @@
-// CS1739: The best overloaded method match for `A.this[int]' does not contain a parameter named `value'
+// CS1739: The best overloaded method match for `A.this[int].set' does not contain a parameter named `value'
 // Line: 17
-// Compiler options: -langversion:future
 
 class A
 {