[mcs] C# 7 tuple (foundation only).
[mono.git] / mcs / errors / cs1660-2.cs
index eca432c15c54a237410a0d968577a8eb07173b4d..82a819b1078e269e8c4617ca1398fbb2266a9a5c 100644 (file)
@@ -1,4 +1,4 @@
-// cs1660.cs: Cannot convert anonymous method to `int', since it is not a delegate
+// CS1660: Cannot convert `anonymous method' to non-delegate type `int'
 // Line: 9
 
 using System;