[mcs] Add new test
[mono.git] / mcs / errors / cs1660.cs
old mode 100755 (executable)
new mode 100644 (file)
index 356fea4..3b8a01b
@@ -1,3 +1,6 @@
+// CS1660: Cannot convert `anonymous method' to non-delegate type `object'
+// Line: 9
+
 using System;
 
 class X {