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