[msvc] Update csproj files (#5052)
[mono.git] / mcs / errors / cs0121-7.cs
index 2c88ccb3b0055dc8d8ec0b57b436848b9c32a46a..00047d73b388110353d98dc18d60a53c0558b21d 100644 (file)
@@ -1,6 +1,5 @@
 // CS0121: The call is ambiguous between the following methods or properties: `D.Test(string)' and `D.Test(int, string)'
 // Line: 16
-// Compiler options: -langversion:future
 
 public class D
 {