Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / dcs1964.cs
blobf92b13995576b43744bf416d47e50ea5fa301f05
1 // CS1964: User-defined conversion `C.implicit operator C(dynamic)' cannot convert to or from the dynamic type
2 // Line: 6
4 class C
6 public static implicit operator C (dynamic d)