Merge pull request #3734 from kumpera/monoclass_reorg
[mono.git] / mcs / errors / cs1750.cs
index 9aa7f2387a47149dd64a34e10f3811129423427e..15b09c384911dc06da2aa68f6eb00dfa17474bb3 100644 (file)
@@ -1,6 +1,5 @@
-// CS1750: Optional parameter value `a' cannot be converted to parameter type `int'
+// CS1750: Optional parameter expression of type `string' cannot be converted to parameter type `int'
 // Line: 6
-// Compiler options: -langversion:future
 
 public class C
 {