Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / dcs1660.cs
blob71cb0c2da2a4610f6dec82aac615e1919671cee5
1 // CS1660: Cannot convert `lambda expression' to non-delegate type `dynamic'
2 // Line: 8
4 public class C
6 public static void Main ()
8 dynamic d = () => 1;