Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0121-4.cs
index 9e85502dbea47580838c9f3f21ce88c7bd24716c..ae3638974277d80355fd656d939fc07e2ec89dd4 100644 (file)
@@ -1,4 +1,4 @@
-// cs0121-4.cs: The call is ambiguous between the following methods or properties: `X.Add(float, float, float)' and `X.Add(params decimal[])'
+// CS0121: The call is ambiguous between the following methods or properties: `X.Add(float, float, float)' and `X.Add(params decimal[])'
 // Line: 7
 
 class X {