In .:
[mono.git] / mcs / errors / cs0071-2.cs
index a6f1a9ed17287a65dc2d8ab146f2e8868a7ba5b3..b40878f362910b9c3322750f08f24b886e3a71ee 100644 (file)
@@ -1,3 +1,6 @@
+// cs0071-2.cs: An explicit interface implementation of an event must use property syntax
+// Line: 13
+
 using System;
 
 public delegate void Foo (object source);