[xbuild] Fix #40094, part 2/2: AssignProjectConfiguration - Fallback to
[mono.git] / mcs / errors / cs0121-2.cs
index 776d186e4dc49392486fe11cc55c48bce9eac279..c4c953de81b9e677d4add68f5182c84fe9fe7eb9 100644 (file)
@@ -1,4 +1,4 @@
-// cs0121-2.cs: The call is ambiguous between the following methods or properties: `IFoo.DoIt()' and `IBar.DoIt()'
+// CS0121: The call is ambiguous between the following methods or properties: `IFoo.DoIt()' and `IBar.DoIt()'
 // Line: 9
 
 class A : IFooBar {