Hopefully fixes #79835
[mono.git] / mcs / errors / cs0104.cs
index 7192c8ab9cfa837a458dd79d46450b1287f538c5..569e2b085a3bc28b6be19e70a5fffeb16b6a6783 100644 (file)
@@ -1,4 +1,4 @@
-// cs0104.cs: Ambiguous type reference
+// cs0104.cs: `X' is an ambiguous reference between `A.X' and `B.X'
 // Line: 16
 namespace A {
        class X {