[mcs] Report ambiguity in attribute types in expanded mode. Fixes #16342
[mono.git] / mcs / errors / cs0019-5.cs
old mode 100755 (executable)
new mode 100644 (file)
index 6b8da99..24451df
@@ -1,3 +1,6 @@
+// CS0019: Operator `==' cannot be applied to operands of type `X' and `Y'
+// Line : 13
+
 class X {
 }