Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0121.cs
index db38d1c887378bb2fe023f0473a169505b6772cc..5c5d1cb3c93abebd0a508e2fdbad2cdd56ebcf00 100644 (file)
@@ -1,4 +1,4 @@
-// cs0121.cs: The call is ambiguous between the following methods or properties: `X.a(int, double)' and `X.a(double, int)'
+// CS0121: The call is ambiguous between the following methods or properties: `X.a(int, double)' and `X.a(double, int)'
 // Line: 15
 
 class X {